Create(PlayableGraph, AnimationClip)
Creates an AnimationClipPlayable in the PlayableGraph.
Read time 1 minuteLast updated 6 days ago
Definition
- Type: Method
- Namespace: UnityEngine.Animations
- Assembly: UnityEngine.AnimationModule
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
Type | Description |
|---|---|
| AnimationClipPlayable | A AnimationClipPlayable linked to the PlayableGraph. |