Back to API Reference
Class
RangeStatePlayback
abstract
Inherits:RangeConfigurationObject
Serializable playback policy controlling rule enter, exit, event and cancellation.
Derived Types(4)
Types that inherit from RangeStatePlayback.
CCCC
InstantPlayback
Applies the target contribution immediately and removes it immediately on exit.
ManualPlayback
Leaves parameter handles under project control. External tween/Animator/Playable code uses [[GetParameter{TModifier,TValue}]] and releases the instance.
SignalProgressPlayback
Maps a built-in scalar signal directly to the rule's normalized weight.
TransitionPlayback
Interpolates parameter contributions with an explicit clock and easing policy.
