Interface SkinDefinition

Definition a complete skin that can be applied mods. This includes bounding box, the bones that build up the character and the animation of those bones

Hierarchy

  • SkinDefinition

Properties

animation: AnimDefinition

The animation applied to those bones

height: number

The height of the bounding box

skeleton: BoneDefinition

The bones that build up the character

width: number

The width of the bounding box

Generated using TypeDoc