Interface VRMSpringBoneColliderGroup

Represents a collider group of a VRM.

interface VRMSpringBoneColliderGroup {
    colliders: VRMSpringBoneCollider[];
    name?: string;
}

Properties

Properties

The colliders of the collider group.

name?: string

The name of the collider.