Interface SecondaryAnimationColliderGroup

interface SecondaryAnimationColliderGroup {
    colliders?: SecondaryAnimationCollider[];
    node?: number;
}

Properties

Properties

node?: number

The node of the collider group for setting up collision detections.