Class GltfSkin
public class GltfSkin : GltfIdObject
- Inheritance
-
GltfSkin
- Inherited Members
Properties
InverseBindMatrices
public GltfAccessor? InverseBindMatrices { get; set; }
Property Value
Joints
public GltfRefList<GltfNode> Joints { get; }
Property Value
Kind
public override GltfObjectKind Kind { get; }
Property Value
Name
public string? Name { get; set; }
Property Value
Skeleton
public GltfNode? Skeleton { get; set; }