Interface IAssetSourceFactory
Represents a factory of 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 | The new asset source.  |