Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Create(PlayableGraph, RuntimeAnimatorController)

Creates an AnimatorControllerPlayable in the PlayableGraph.
Read time 1 minuteLast updated 5 days ago

Definition

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