AnimancerNodeBase.

Playable Property

Summary

The internal object this node manages in the UnityEngine.Playables.PlayableGraph.
Assembly
Animancer.dll
Namespace
Animancer
Containing Type
AnimancerNodeBase

Syntax

public Playable Playable { get; }

Remarks

Must be set by Animancer.AnimancerNode.CreatePlayable. Failure to do so will throw the following exception throughout the system when using this node: "System.ArgumentException: The playable passed as an argument is invalid. To create a valid playable, please use the appropriate Create method".

Value

Type Description
Playable