Class TextureMetaFile
The Texture Metafile class.
Inheritance
TextureMetaFile
Inherited Members
Namespace: Evergine.Assets.Exporters
Assembly: Evergine.Assets.dll
Syntax
public class TextureMetaFile : AssetMetaFileWithSource<TextureSource, TextureProfile, TextureExporter>, IAssetWithSource, IAssetMetaFile
Constructors
TextureMetaFile()
Initializes a new instance of the TextureMetaFile class.
Declaration
public TextureMetaFile()
TextureMetaFile(TextureSource)
Initializes a new instance of the TextureMetaFile class.
Declaration
public TextureMetaFile(TextureSource resource)
Parameters
Type | Name | Description |
---|---|---|
TextureSource | resource | Texture source. |
Fields
Extension
The texture extension.
Declaration
public static readonly string Extension
Field Value
Type | Description |
---|---|
string |
Properties
ExtensionMetafile
Gets the file extension.
Declaration
public override string ExtensionMetafile { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
GenerateMipMaps
Gets or sets a value indicating whether the generate mip maps.
Declaration
public bool GenerateMipMaps { get; set; }
Property Value
Type | Description |
---|---|
bool |
NinePatchType
Gets or sets the nine patch type.
Declaration
public TextureMetaFile.NinePatchTypes NinePatchType { get; set; }
Property Value
Type | Description |
---|---|
TextureMetaFile.NinePatchTypes |
PremultipliedAlpha
Gets or sets a value indicating whether the premultiplied alpha.
Declaration
public bool PremultipliedAlpha { get; set; }
Property Value
Type | Description |
---|---|
bool |
SamplerID
Gets or sets the associated sampler.
Declaration
public Guid SamplerID { get; set; }
Property Value
Type | Description |
---|---|
Guid |