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