Click or drag to resize

SpatialSetTransform Method

Note: This API is now obsolete.

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

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

Parameters

local
Type: GodotTransform

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

See Also