PropertyMixer
new PropertyMixer(binding: Binding, itemSize: number)
THREE: THREE.PropertyMixer
Accumulates and applies weighted animation values for a single property. Used internally by Animator to blend multiple actions.
Methods
| Method | Description |
|---|---|
accumulate(accuIndex: number, weight: number, values: number[]): void | Adds a weighted value contribution to the accumulator. |
apply(accuIndex: number): void | Applies the accumulated value to the bound property. |
saveOriginalState(): void | Captures the current property value for later restoration. |
restoreOriginalState(): void | Restores the saved property value. |