AnimatorControllerPlayable.Create
public static Animations.AnimatorControllerPlayable Create(Playables.PlayableGraph graph,
RuntimeAnimatorController controller);
Parameters
| graph | The PlayableGraph object that will own the AnimatorControllerPlayable. | |
| controller | The RuntimeAnimatorController that will be added in the graph. |
Returns
AnimatorControllerPlayable A AnimatorControllerPlayable.
Description 描述
Creates an AnimatorControllerPlayable in the PlayableGraph.