Wiki

Case Status
Log In

Wiki

 
Home ยป Add-ons»Mecanim Animator»Get Animator Next State Info
Index
Navigation
Community Wiki

Get Animator Next State Info

Gets the next State information on a specified layer

Game Object
The target. An Animator component and a PlayMakerAnimatorProxy component are required
Layer Index
The layer's index
Every Frame
Repeat every frame. Useful when value is subject to change over time.
Name
The layer's name.
Name Hash
The layer's name Hash
Tag Hash
The layer's tag hash
Is State Looping
Is the state looping. All animations in the state must be looping
Length
The Current duration of the state. In seconds, can vary when the State contains a Blend Tree
Normalized Time
The integer part is the number of time a state has been looped. The fractional part is the % (0-1) of progress in the current loop
Loop Count
The integer part is the number of time a state has been looped. This is extracted from the normalizedTime
Current Loop Progress
The progress in the current loop. This is extracted from the normalizedTime

 


Last modified on 2/18/2013 3:16 AM by User.

  • RSS Feed