Class MeshContainer
The mesh content.
Inherited Members
Namespace: Evergine.Framework.Graphics
Assembly: Evergine.Framework.dll
Syntax
public class MeshContainer
Constructors
MeshContainer()
Initializes a new instance of the MeshContainer class.
Declaration
public MeshContainer()
Fields
Meshes
The mesh parts.
Declaration
public List<Mesh> Meshes
Field Value
Type | Description |
---|---|
List<Mesh> |
Properties
BoundingBox
Gets or sets the bounding box.
Declaration
public BoundingBox? BoundingBox { get; set; }
Property Value
Type | Description |
---|---|
BoundingBox? |
MorphTargetCount
Gets or sets the number of morph targets.
Declaration
public int MorphTargetCount { get; set; }
Property Value
Type | Description |
---|---|
int |
MorphTargetWeights
Gets or sets the default morph target weights.
Declaration
public float[] MorphTargetWeights { get; set; }
Property Value
Type | Description |
---|---|
float[] |
Name
Gets or sets the name.
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
string | The name. |
Skin
Gets or sets the skin.
Declaration
public SkinContent Skin { get; set; }
Property Value
Type | Description |
---|---|
SkinContent |
Methods
RefreshBoundingBox()
Compute bounding box.
Declaration
public void RefreshBoundingBox()