interface SecondaryAnimationCollider {
    offset?: Vector3;
    radius?: number;
}

Properties

Properties

offset?: Vector3

The local coordinate from the node of the collider group.

radius?: number

The radius of the collider.