Class Skeleton
- Namespace
- LibGFX.Graphics.Animation3D
- Assembly
- LibGFX.dll
Represents a bone information for the rendering pipeline
public class Skeleton
- Inheritance
-
Skeleton
- Inherited Members
Constructors
Skeleton()
public Skeleton()
Fields
BoneCounter
The number of bones in the skeleton.
public int BoneCounter
Field Value
Properties
BoneInfoMap
The Bones of the skeleton.
public Dictionary<string, BoneInfo> BoneInfoMap { get; set; }