Click or drag to resize

SpatialSetGlobalTransform Method

Note: This API is now obsolete.

[Missing <summary> documentation for "M:Godot.Spatial.SetGlobalTransform(Godot.Transform)"]

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

Parameters

global
Type: GodotTransform

[Missing <param name="global"/> documentation for "M:Godot.Spatial.SetGlobalTransform(Godot.Transform)"]

See Also