Struct MorphTargetContent
Represents a morph target slot.
Inherited Members
Namespace: Evergine.Framework.Assets.AssetSources.Nodes
Assembly: Evergine.Framework.dll
Syntax
public struct MorphTargetContent
Fields
BoundingBox
The bounding box of this slot.
Declaration
public BoundingBox? BoundingBox
Field Value
| Type | Description |
|---|---|
| BoundingBox? |
IndexBuffer
IndexBuffer used for sparse accessor.
Declaration
public int? IndexBuffer
Field Value
| Type | Description |
|---|---|
| int? |
VertexAttributes
The morph targets buffers array.
Declaration
public Dictionary<string, int> VertexAttributes
Field Value
| Type | Description |
|---|---|
| Dictionary<string, int> |
Methods
Read(BinaryReader)
Read this asset part.
Declaration
public static MorphTargetContent Read(BinaryReader reader)
Parameters
| Type | Name | Description |
|---|---|---|
| BinaryReader | reader | The binary reader. |
Returns
| Type | Description |
|---|---|
| MorphTargetContent | The loaded asset part. |