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

    A constraint that links the rotation with a source.

    interface RotationConstraint {
        extensions?: { [name: string]: any };
        extras?: any;
        source: number;
        weight?: number;
    }
    Index

    Properties

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

    The index of the node constrains the node.

    weight?: number

    The weight of the constraint.