AnimationData.Bone

A bone in the animation, storing everything it needs

class AnimationData
class Bone {
string name;
int boneNumber;
Bone[] children;
mat4f offset;
mat4f nodeOffset;
}

Meta