Class TGAImporter
Importer for targa files.
Implements
Inherited Members
Namespace: Evergine.Assets.Importers
Assembly: Evergine.Assets.dll
Syntax
public class TGAImporter : AAssetImporter<TextureSource>, IAssetImporter
Properties
Extensions
Gets the importer file extensions.
Declaration
public override string[] Extensions { get; }
Property Value
Type | Description |
---|---|
string[] |
Overrides
Methods
ImportData(Stream, TextureSource, bool)
Import the asset data.
Declaration
public override void ImportData(Stream stream, TextureSource source, bool rawAsset = false)
Parameters
Type | Name | Description |
---|---|---|
Stream | stream | The stream. |
TextureSource | source | |
bool | rawAsset | The asset is loaded as raw asset. |
Overrides
ImportHeader(Stream, out TextureSource)
Import the asset header.
Declaration
public override void ImportHeader(Stream stream, out TextureSource source)
Parameters
Type | Name | Description |
---|---|---|
Stream | stream | The stream. |
TextureSource | source |