Class MorphTargetContent
Content of the morph target.
Namespace: Evergine.Framework.Graphics
Assembly: Evergine.Framework.dll
Syntax
public class MorphTargetContent
Constructors
MorphTargetContent()
Initializes a new instance of the MorphTargetContent class.
Declaration
public MorphTargetContent()
Fields
Name
Gets or sets the name.
Declaration
public string Name
Field Value
Type | Description |
---|---|
string | The name. |
VertexBuffers
The vertex buffer of the morph target.
Declaration
public VertexBuffer[] VertexBuffers
Field Value
Type | Description |
---|---|
VertexBuffer[] |