ChildMotion
Structure that represents a motion in the context of its parent blend tree.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Struct
- Namespace: UnityEditor.Animations
- Assembly: UnityEditor.CoreModule
public struct ChildMotion
Properties
Property | Description |
|---|---|
| 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. |