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

    A bone group of VRMCSpringBone.

    interface SpringBoneSpring {
        center?: number;
        colliderGroups?: number[];
        extensions?: { [name: string]: any };
        extras?: any;
        joints: SpringBoneJoint[];
        name?: string;
    }
    Index

    Properties

    center?: number

    An index of node which is used as a root of center space.

    colliderGroups?: number[]

    Indices of ColliderGroups that detect collision with this spring.

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

    Joints of the spring. Except for the first element, a previous joint of the array must be an ancestor of the joint.

    name?: string

    Name of the Spring