The setting of automatic animation of string-like objects such as tails and hairs.

interface SecondaryAnimation {
    boneGroups?: SecondaryAnimationSpring[];
    colliderGroups?: SecondaryAnimationColliderGroup[];
}

Properties