Click or drag to resize

NodeGetOwnerOrNullT Method

[Missing <summary> documentation for "M:Godot.Node.GetOwnerOrNull``1"]

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

Type Parameters

T

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

Return Value

Type: T

[Missing <returns> documentation for "M:Godot.Node.GetOwnerOrNull``1"]

See Also