Interface IAssetSourceFactory
Represents a factory for an asset source.
Namespace: Evergine.Framework.Assets.Importers
Assembly: Evergine.Framework.dll
Syntax
public interface IAssetSourceFactory
Properties
AssetId
Gets the asset ID.
Declaration
Guid? AssetId { get; }
Property Value
Type | Description |
---|---|
Guid? |
AssetPath
Gets the asset path.
Declaration
string AssetPath { get; }
Property Value
Type | Description |
---|---|
string |
Methods
Create()
Creates a new asset source.
Declaration
AssetSource Create()
Returns
Type | Description |
---|---|
AssetSource | A new asset source. |