Click or drag to resize

Physics2DServerAreaGetShapeTransform Method

Returns the transform matrix of a shape within an area.

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

Parameters

area
Type: GodotRID

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

shapeIdx
Type: SystemInt32

[Missing <param name="shapeIdx"/> documentation for "M:Godot.Physics2DServer.AreaGetShapeTransform(Godot.RID,System.Int32)"]

Return Value

Type: Transform2D

[Missing <returns> documentation for "M:Godot.Physics2DServer.AreaGetShapeTransform(Godot.RID,System.Int32)"]

See Also