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

    Interface VRMExpressionBind

    interface VRMExpressionBind {
        applyWeight(weight: number): void;
        clearAppliedWeight(): void;
    }

    Implemented by

    Index

    Methods

    • Apply a weight to this bind. Applied weights will be accumulated until clearAppliedWeight is called.

      Parameters

      • weight: number

      Returns void

    • Clear previously applied weights.

      Returns void