Class MeshModel
Model asset.
Inherited Members
Namespace: Evergine.Framework.Assets.AssetSources
Assembly: Evergine.Framework.dll
Syntax
public class MeshModel
Constructors
MeshModel()
Initializes a new instance of the MeshModel class.
Declaration
public MeshModel()
Properties
MaterialIndex
Gets or sets the material index.
Declaration
public int MaterialIndex { get; set; }
Property Value
Type | Description |
---|---|
int |
Name
Gets or sets the mesh name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string |
NumFaces
Gets or sets the num faces;.
Declaration
public int NumFaces { get; set; }
Property Value
Type | Description |
---|---|
int |
NumVertices
Gets or sets the num vertices;.
Declaration
public int NumVertices { get; set; }
Property Value
Type | Description |
---|---|
int |