Select your preferred scripting language. All code snippets will be displayed in this language.
struct in UnityEditor.Animations
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseStructure that represents a motion in the context of its parent blend tree.
cycleOffset | Normalized time offset of the child. |
directBlendParameter | The parameter used by the child when used in a BlendTree of type BlendTreeType.Direct. |
mirror | Mirror of the child. |
motion | The motion itself. |
position | The position of the child. Used in 2D blend trees. |
threshold | The threshold of the child. Used in 1D blend trees. |
timeScale | The relative speed of the child. |