Click or drag to resize

Physics2DServerAreaSetTransform 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,
	Transform2D transform
)

Parameters

area
Type: GodotRID

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

transform
Type: GodotTransform2D

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

See Also