Click or drag to resize

AnimationTreePlayerAnimationNodeSetMasterAnimation Method

Binds the Animation named source from MasterPlayer to the animation node id. Recalculates caches.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void AnimationNodeSetMasterAnimation(
	string id,
	string source
)

Parameters

id
Type: SystemString

[Missing <param name="id"/> documentation for "M:Godot.AnimationTreePlayer.AnimationNodeSetMasterAnimation(System.String,System.String)"]

source
Type: SystemString

[Missing <param name="source"/> documentation for "M:Godot.AnimationTreePlayer.AnimationNodeSetMasterAnimation(System.String,System.String)"]

See Also