Click or drag to resize

NodeGetChildT Method (Int32)

[Missing <summary> documentation for "M:Godot.Node.GetChild``1(System.Int32)"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public T GetChild<T>(
	int idx
)
where T : class

Parameters

idx
Type: SystemInt32

[Missing <param name="idx"/> documentation for "M:Godot.Node.GetChild``1(System.Int32)"]

Type Parameters

T

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

Return Value

Type: T

[Missing <returns> documentation for "M:Godot.Node.GetChild``1(System.Int32)"]

See Also