Click or drag to resize

AnimationTreePlayerSetBasePath Method

Note: This API is now obsolete.

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

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

Parameters

path
Type: GodotNodePath

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

See Also