Class CustomTextureMetaFile
The custom texture meta file class.
Inheritance
CustomTextureMetaFile
Implements
Inherited Members
Namespace: Evergine.Assets.Exporters
Assembly: Evergine.Assets.dll
Syntax
public class CustomTextureMetaFile : AssetMetafile<CustomTextureProfile, CustomTextureExporter>, IAssetMetaFile
Constructors
CustomTextureMetaFile()
Initializes a new instance of the CustomTextureMetaFile class.
Declaration
public CustomTextureMetaFile()
CustomTextureMetaFile(TextureDescription)
Initializes a new instance of the CustomTextureMetaFile class.
Declaration
public CustomTextureMetaFile(TextureDescription textureDescription)
Parameters
Type | Name | Description |
---|---|---|
TextureDescription | textureDescription | Texture description instance. |
Fields
Extension
The Sampler meta file extension.
Declaration
public static readonly string Extension
Field Value
Type | Description |
---|---|
string |
Properties
ExtensionMetafile
Gets the sampler extension.
Declaration
public override string ExtensionMetafile { get; }
Property Value
Type | Description |
---|---|
string |