AddChild
Utility function to add a child motion to a blend trees.
Read time 1 minuteLast updated 11 days ago
Definition
- Type: Method
- Namespace: UnityEditor.Animations
- Assembly: UnityEditor.CoreModule
AddChild(Motion)
Utility function to add a child motion to a blend trees.
public void AddChild(Motion motion)
Parameters
The motion to add as child.
Remarks
This function pushes an Undo operation.
AddChild(Motion, Vector2)
Utility function to add a child motion to a blend trees.
public void AddChild(Motion motion, Vector2 position)
Parameters
Remarks
This function pushes an Undo operation.
AddChild(Motion, float)
Utility function to add a child motion to a blend trees.
public void AddChild(Motion motion, float threshold)
Parameters
Remarks
This function pushes an Undo operation.