Class ModelMetaFile
The model metafile class.
Inheritance
ModelMetaFile
Inherited Members
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 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 meta file extension.
Declaration
public override string ExtensionMetafile { get; }
Property Value
Type | Description |
---|---|
string |
Overrides
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 [swap winding order].
Declaration
public bool SwapWindingOrder { get; set; }
Property Value
Type | Description |
---|---|
bool |