Click or drag to resize

AnimationTreePlayerSetMasterPlayer Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.AnimationTreePlayer.SetMasterPlayer(Godot.NodePath)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("SetMasterPlayer is deprecated. Use the MasterPlayer property instead.")]
public void SetMasterPlayer(
	NodePath nodepath
)

Parameters

nodepath
Type: GodotNodePath

[Missing <param name="nodepath"/> documentation for "M:Godot.AnimationTreePlayer.SetMasterPlayer(Godot.NodePath)"]

See Also