The humanoid stream of animation data passed from one Playable to another.
The AnimationHumanStream structure is passed through the animation Playable structures, like AnimationClipPlayable and AnimationMixerPlayable. They can be modified when used with an IAnimationJobPlayable, like the AnimationScriptPlayable.
The Playables implementing IAnimationJobPlayable take a custom C# job, which must implement IAnimationJob, and the AnimationHumanStream is then passed to its callbacks during the animation processing pass.
See Also: AnimationStream, AnimationStream.isHumanStream, and AnimationStream.AsHuman().
bodyLocalPosition | The position of the body center of mass relative to the root. |
bodyLocalRotation | The rotation of the body center of mass relative to the root. |
bodyPosition | The position of the body center of mass in world space. |
bodyRotation | The rotation of the body center of mass in world space. |
humanScale | The scale of the Avatar. (Read Only) |
isValid | Returns true if the stream is valid; false otherwise. (Read Only) |
leftFootHeight | The left foot height from the floor. (Read Only) |
leftFootVelocity | The left foot velocity from the last evaluated frame. (Read Only) |
rightFootHeight | The right foot height from the floor. (Read Only) |
rightFootVelocity | The right foot velocity from the last evaluated frame. (Read Only) |
GetGoalLocalPosition | Returns the position of this IK goal relative to the root. |
GetGoalLocalRotation | Returns the rotation of this IK goal relative to the root. |
GetGoalPosition | Returns the position of this IK goal in world space. |
GetGoalPositionFromPose | Returns the position of this IK goal in world space computed from the stream current pose. |
GetGoalRotation | Returns the rotation of this IK goal in world space. |
GetGoalRotationFromPose | Returns the rotation of this IK goal in world space computed from the stream current pose. |
GetGoalWeightPosition | Returns the position weight of the IK goal. |
GetGoalWeightRotation | Returns the rotation weight of the IK goal. |
GetHintPosition | Returns the position of this IK Hint in world space. |
GetHintWeightPosition | Returns the position weight of the IK Hint. |
GetMuscle | Returns the muscle value. |
ResetToStancePose | Reset the current pose to the stance pose (T Pose). |
SetGoalLocalPosition | Sets the position of this IK goal relative to the root. |
SetGoalLocalRotation | Sets the rotation of this IK goal relative to the root. |
SetGoalPosition | Sets the position of this IK goal in world space. |
SetGoalRotation | Sets the rotation of this IK goal in world space. |
SetGoalWeightPosition | Sets the position weight of the IK goal. |
SetGoalWeightRotation | Sets the rotation weight of the IK goal. |
SetHintPosition | Sets the position of this IK hint in world space. |
SetHintWeightPosition | Sets the position weight of the IK Hint. |
SetLookAtBodyWeight | Sets the LookAt body weight. |
SetLookAtClampWeight | Sets the LookAt clamp weight. |
SetLookAtEyesWeight | Sets the LookAt eyes weight. |
SetLookAtHeadWeight | Sets the LookAt head weight. |
SetLookAtPosition | Sets the look at position in world space. |
SetMuscle | Sets the muscle value. |
SolveIK | Execute the IK solver. |
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.