Class FileSource
This class represents a File asset source.
Implements
Inherited Members
Namespace: Evergine.Framework.Assets
Assembly: Evergine.Framework.dll
Syntax
public class FileSource : AssetSource, IAssetSource
Properties
AssetParts
Gets the asset parts from the asset source.
Declaration
public override List<AssetPart> AssetParts { get; }
Property Value
Type | Description |
---|---|
List<AssetPart> |
Overrides
Methods
GetImporter(string)
Sets the asset importer.
Declaration
public override IAssetImporter GetImporter(string fileName)
Parameters
Type | Name | Description |
---|---|---|
string | fileName | The asset file name. |
Returns
Type | Description |
---|---|
IAssetImporter | The asset importer. |