Click or drag to resize

PhysicsServerAreaGetTransform Method

Returns the transform matrix for an area.

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

Parameters

area
Type: GodotRID

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

Return Value

Type: Transform

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

See Also