Click or drag to resize

PhysicsServerAreaSetTransform Method

Sets the transform matrix for an area.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static void AreaSetTransform(
	RID area,
	Transform transform
)

Parameters

area
Type: GodotRID

[Missing <param name="area"/> documentation for "M:Godot.PhysicsServer.AreaSetTransform(Godot.RID,Godot.Transform)"]

transform
Type: GodotTransform

[Missing <param name="transform"/> documentation for "M:Godot.PhysicsServer.AreaSetTransform(Godot.RID,Godot.Transform)"]

See Also