Click or drag to resize

AnimationNodeBlendTreeHasNode Method

Returns true if a sub-node with specified name exists.

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

Parameters

name
Type: SystemString

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

Return Value

Type: Boolean

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

See Also