Create(PlayableGraph, RuntimeAnimatorController)
Creates an AnimatorControllerPlayable in the PlayableGraph.
Read time 1 minuteLast updated 5 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
public static AnimatorControllerPlayable Create(PlayableGraph graph, RuntimeAnimatorController controller)
Parameters
The PlayableGraph object that will own the AnimatorControllerPlayable.
The RuntimeAnimatorController that will be added in the graph.
Returns
Type | Description |
|---|---|
| AnimatorControllerPlayable | A AnimatorControllerPlayable. |