Search Results for

    Show / Hide Table of Contents

    Class ModelMetaFile

    The model meta-file class.

    Inheritance
    object
    IdentifiableObject
    AssetMetafile<ModelProfile, ModelExporter>
    AssetMetaFileWithSource<ModelSource, ModelProfile, ModelExporter>
    ModelMetaFile
    Implements
    IAssetWithSource
    IAssetMetaFile
    Inherited Members
    AssetMetaFileWithSource<ModelSource, ModelProfile, ModelExporter>.Source
    AssetMetaFileWithSource<ModelSource, ModelProfile, ModelExporter>.SourceFile
    AssetMetaFileWithSource<ModelSource, ModelProfile, ModelExporter>.NeedsToImportData
    AssetMetafile<ModelProfile, ModelExporter>.ExtensionMetafile
    AssetMetafile<ModelProfile, ModelExporter>.ExtensionExported
    AssetMetafile<ModelProfile, ModelExporter>.Name
    AssetMetafile<ModelProfile, ModelExporter>.ExportAsRaw
    AssetMetafile<ModelProfile, ModelExporter>.DefaultProfile
    AssetMetafile<ModelProfile, ModelExporter>.Profiles
    AssetMetafile<ModelProfile, ModelExporter>.Exporter
    AssetMetafile<ModelProfile, ModelExporter>.GetProfile(string)
    AssetMetafile<ModelProfile, ModelExporter>.AddProfile(string, ModelProfile)
    AssetMetafile<ModelProfile, ModelExporter>.RemoveProfile(string)
    AssetMetafile<ModelProfile, ModelExporter>.GetProfileOrDefault(string)
    AssetMetafile<ModelProfile, ModelExporter>.Export(ExportContext)
    AssetMetafile<ModelProfile, ModelExporter>.GetExportOutputPath(ExportContext)
    IdentifiableObject.Id
    IdentifiableObject.IdHasChanged(Guid)
    Namespace: Evergine.Assets.Exporters
    Assembly: Evergine.Assets.dll
    Syntax
    public class ModelMetaFile : AssetMetaFileWithSource<ModelSource, ModelProfile, ModelExporter>, IAssetWithSource, IAssetMetaFile

    Constructors

    ModelMetaFile()

    Initializes a new instance of the ModelMetaFile class.

    Declaration
    public ModelMetaFile()

    ModelMetaFile(ModelSource)

    Initializes a new instance of the ModelMetaFile class.

    Declaration
    public ModelMetaFile(ModelSource resource)
    Parameters
    Type Name Description
    ModelSource resource

    The resource.

    Fields

    Extension

    The texture's extension.

    Declaration
    public static readonly string Extension
    Field Value
    Type Description
    string

    Properties

    Clips

    Gets or sets the animations.

    Declaration
    public List<AnimationClipModel> Clips { get; set; }
    Property Value
    Type Description
    List<AnimationClipModel>

    ExportAnimations

    Gets or sets a value indicating whether this instance is animated.

    Declaration
    public bool ExportAnimations { get; set; }
    Property Value
    Type Description
    bool

    ExtensionMetafile

    Gets the model metadata file extension.

    Declaration
    public override string ExtensionMetafile { get; }
    Property Value
    Type Description
    string
    Overrides
    AssetMetafile<ModelProfile, ModelExporter>.ExtensionMetafile

    GenerateTangentSpace

    Gets or sets a value indicating whether [generate tangent space].

    Declaration
    public bool GenerateTangentSpace { get; set; }
    Property Value
    Type Description
    bool

    SwapWindingOrder

    Gets or sets a value indicating whether the winding order should be swapped.

    Declaration
    public bool SwapWindingOrder { get; set; }
    Property Value
    Type Description
    bool

    Implements

    IAssetWithSource
    IAssetMetaFile

    Extension Methods

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