Click or drag to resize

SpatialGetGlobalTransform Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Spatial.GetGlobalTransform"]

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

Return Value

Type: Transform

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

See Also