@pixiv/three-vrm
    Preparing search index...

    Interface VRMSpringBoneColliderGroup

    Represents a collider group of a VRM.

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

    Properties

    Properties

    The colliders of the collider group.

    name?: string

    The name of the collider.