Click or drag to resize

NodeGetOwner Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Node.GetOwner"]

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("GetOwner is deprecated. Use the Owner property instead.")]
public Node GetOwner()

Return Value

Type: Node

[Missing <returns> documentation for "M:Godot.Node.GetOwner"]

See Also