Click or drag to resize

NodeGetNodeOrNullT Method (NodePath)

[Missing <summary> documentation for "M:Godot.Node.GetNodeOrNull``1(Godot.NodePath)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public T GetNodeOrNull<T>(
	NodePath path
)
where T : class

Parameters

path
Type: GodotNodePath

[Missing <param name="path"/> documentation for "M:Godot.Node.GetNodeOrNull``1(Godot.NodePath)"]

Type Parameters

T

[Missing <typeparam name="T"/> documentation for "M:Godot.Node.GetNodeOrNull``1(Godot.NodePath)"]

Return Value

Type: T

[Missing <returns> documentation for "M:Godot.Node.GetNodeOrNull``1(Godot.NodePath)"]

See Also