docs/pages/PropertyMixer.html
Constructs a new property mixer.
| binding |
The property binding.
| | typeName |
The keyframe track type name.
| | valueSize |
The keyframe track value size.
|
The property binding.
Accumulated weight of the property binding.
Default is 0.
Accumulated additive weight of the property binding.
Default is 0.
Number of keyframe tracks referencing this property binding.
Default is 0.
Number of active keyframe tracks currently using this property binding.
Default is 0.
The keyframe track value size.
Accumulates data in the incoming region into accu<i>.
| accuIndex |
The accumulation index.
| | weight |
The weight.
|
Accumulates data in the incoming region into add.
| weight |
The weight.
|
Applies the state of accu<i> to the binding when accus differ.
| accuIndex |
The accumulation index.
|
Applies the state previously taken via PropertyMixer#saveOriginalState to the binding.
Remembers the state of the bound property and copy it to both accus.