Pause Action Animation At Time
Pauses an animation by specifying the action animation, and sample a certain pose at the specified time.
This will also automatically plays the action animation if it's not yet played.
Inputs
- Target: The target Sequine Player which we refer to. See Cross-Scene System.
- Action: The action ID to pause. The list dropdown is based on the action animations specified inside the Sequine Animation Data asset.
- Time: The time of the action clip to sample.
- Use Normalized Time: If
true
, then the Time will be in percentage of the total duration, instead of directly in seconds.
The configuration is only used if the clip is not already playing.
- Configurations:
- Layer: The layer index which this animation should be played to.
- Transition Duration: The duration of the blending between previous animation and the animation to be played.
- Normalized Transition: If
true
, then the Transition Duration will be in percentage of the total duration, instead of directly in seconds.