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

Implemented by

Methods