Class GLTFImporter
The GLTF importer class.
Implements
Inherited Members
Namespace: Evergine.Assets.Importers
Assembly: Evergine.Assets.dll
Syntax
public class GLTFImporter : AAssetImporter<ModelSource>, IAssetImporter
Properties
Extensions
Gets the importer extension.
Declaration
public override string[] Extensions { get; }
Property Value
| Type | Description |
|---|---|
| string[] |
Overrides
Methods
GenerateAdditionalAssets(Stream, ModelSource)
Indicates if this asset requires additional assets.
Declaration
public override bool GenerateAdditionalAssets(Stream stream, ModelSource resource)
Parameters
| Type | Name | Description |
|---|---|---|
| Stream | stream | The asset stream. |
| ModelSource | resource | The current resource. |
Returns
| Type | Description |
|---|---|
| bool | If the asset requires additional assets. |
Overrides
ImportData(Stream, ModelSource, bool)
Imports the asset data.
Declaration
public override void ImportData(Stream stream, ModelSource source, bool rawAsset)
Parameters
| Type | Name | Description |
|---|---|---|
| Stream | stream | The stream. |
| ModelSource | source | |
| 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. |