Search Results for

    Show / Hide Table of Contents

    Class TextureMetaFile

    The Texture Metafile class.

    Inheritance
    object
    IdentifiableObject
    AssetMetafile<TextureProfile, TextureExporter>
    AssetMetaFileWithSource<TextureSource, TextureProfile, TextureExporter>
    TextureMetaFile
    Implements
    IAssetWithSource
    IAssetMetaFile
    Inherited Members
    AssetMetaFileWithSource<TextureSource, TextureProfile, TextureExporter>.Source
    AssetMetaFileWithSource<TextureSource, TextureProfile, TextureExporter>.SourceFile
    AssetMetaFileWithSource<TextureSource, TextureProfile, TextureExporter>.NeedsToImportData
    AssetMetafile<TextureProfile, TextureExporter>.ExtensionMetafile
    AssetMetafile<TextureProfile, TextureExporter>.ExtensionExported
    AssetMetafile<TextureProfile, TextureExporter>.Name
    AssetMetafile<TextureProfile, TextureExporter>.ExportAsRaw
    AssetMetafile<TextureProfile, TextureExporter>.DefaultProfile
    AssetMetafile<TextureProfile, TextureExporter>.Profiles
    AssetMetafile<TextureProfile, TextureExporter>.Exporter
    AssetMetafile<TextureProfile, TextureExporter>.GetProfile(string)
    AssetMetafile<TextureProfile, TextureExporter>.AddProfile(string, TextureProfile)
    AssetMetafile<TextureProfile, TextureExporter>.RemoveProfile(string)
    AssetMetafile<TextureProfile, TextureExporter>.GetProfileOrDefault(string)
    AssetMetafile<TextureProfile, TextureExporter>.Export(ExportContext)
    AssetMetafile<TextureProfile, TextureExporter>.GetExportOutputPath(ExportContext)
    IdentifiableObject.Id
    IdentifiableObject.IdHasChanged(Guid)
    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
    AssetMetafile<TextureProfile, TextureExporter>.ExtensionMetafile

    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

    Implements

    IAssetWithSource
    IAssetMetaFile

    Extension Methods

    ReflectionHelper.GetMemberAssembly(object)
    ReflectionHelper.GetTypeName(object)
    In this article
    Back to top
    Generated by DocFX