Click or drag to resize

PhysicsServerAreaGetShapeTransform 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 Transform AreaGetShapeTransform(
	RID area,
	int shapeIdx
)

Parameters

area
Type: GodotRID

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

shapeIdx
Type: SystemInt32

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

Return Value

Type: Transform

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

See Also