Click or drag to resize

Physics2DServerAreaGetTransform Method

Returns the transform matrix for an area.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static Transform2D AreaGetTransform(
	RID area
)

Parameters

area
Type: GodotRID

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

Return Value

Type: Transform2D

[Missing <returns> documentation for "M:Godot.Physics2DServer.AreaGetTransform(Godot.RID)"]

See Also