Click or drag to resize

SpatialGetParentSpatial Method

Returns the parent Spatial, or an empty Object if no parent exists or parent is not of type Spatial.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Spatial GetParentSpatial()

Return Value

Type: Spatial

[Missing <returns> documentation for "M:Godot.Spatial.GetParentSpatial"]

See Also