Click or drag to resize

AnimationTreePlayerMasterPlayer Property

The path to the AnimationPlayer from which this AnimationTreePlayer binds animations to animation nodes.

Once set, Animation nodes can be added to the AnimationTreePlayer.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public NodePath MasterPlayer { get; set; }

Property Value

Type: NodePath
See Also