Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


Create(PlayableGraph, AnimationClip)

Creates an AnimationClipPlayable in the PlayableGraph.
Read time 1 minuteLast updated 6 days ago

Definition

public static AnimationClipPlayable Create(PlayableGraph graph, AnimationClip clip)

Parameters

The PlayableGraph object that will own the AnimationClipPlayable.

The AnimationClip that will be added in the PlayableGraph.

Returns