Class EvergineMaterialImporter
Gets the Evergine material asset importer.
Implements
Inherited Members
Namespace: Evergine.Framework.Assets.Importers
Assembly: Evergine.Framework.dll
Syntax
public class EvergineMaterialImporter : AAssetImporter<MaterialSource>, IAssetImporter
Properties
Extensions
Gets the importer file extensions.
Declaration
public override string[] Extensions { get; }
Property Value
Type | Description |
---|---|
string[] |
Overrides
Methods
ImportData(Stream, MaterialSource, bool)
Imports the asset data.
Declaration
public override void ImportData(Stream stream, MaterialSource resource, bool rawAsset)
Parameters
Type | Name | Description |
---|---|---|
Stream | stream | The stream. |
MaterialSource | resource | The output data. |
bool | rawAsset | Indicates whether the asset is loaded as a raw asset. |
Overrides
ImportHeader(Stream, out MaterialSource)
Imports the asset header.
Declaration
public override void ImportHeader(Stream stream, out MaterialSource resource)
Parameters
Type | Name | Description |
---|---|---|
Stream | stream | The stream. |
MaterialSource | resource | The output header. |