Click or drag to resize

AnimationTreePlayerNodeExists Method

Check if a node exists (by name).

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool NodeExists(
	string node
)

Parameters

node
Type: SystemString

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.AnimationTreePlayer.NodeExists(System.String)"]

See Also