Legacy Documentation: Version 5.6 (Go to current version)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Experimental: this API is experimental and might be changed or removed in the future.

AnimationPlayableOutput

struct in UnityEngine.Experimental.Director

Description

Animation output for the PlayableGraph. Defines how a Playable is connected to an Animator.

A branch of a PlayableGraph must be connected to an output to be evaluated.

Static Variables

NullUsed to compare against AnimationPlayableOutput instances to check their validity.

Variables

sourcePlayableThe Playable that is bound to the output.
targetThe Animator component that is bound to this output.
userDataUsed to pass custom data to ScriptPlayable.ProcessFrame.
weightThe blend weight of the sourcePlayable to the animator.

Public Functions

IsValidReturns true if the PlayableOutput has been properly constructed by the PlayableGraph and has not been destroyed.