AnimationPlayableOutput

struct in UnityEngine.Animations

/

Implemented in:UnityEngine.AnimationModule


Implements interfaces:IPlayableOutput

Description 描述

A IPlayableOutput implementation that connects the PlayableGraph to an Animator in the Scene.

NOTE: You can use PlayableOutputExtensions methods on AnimationPlayableOutput objects.

Public Methods 公共方法

GetTargetReturns the Animator that plays the animation graph.
SetTargetSets the Animator that plays the animation graph.

Static Methods 静态方法

CreateCreates an AnimationPlayableOutput in the PlayableGraph.