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

    The shape of the collider. One of sphere, capsule, or plane is defined.

    interface SpringBoneExtendedColliderShape {
        capsule?: SpringBoneExtendedColliderShapeCapsule;
        extensions?: { [name: string]: any };
        extras?: any;
        plane?: SpringBoneExtendedColliderShapePlane;
        sphere?: SpringBoneExtendedColliderShapeSphere;
    }
    Index

    Properties

    extensions?: { [name: string]: any }
    extras?: any