Click or drag to resize

Physics2DServerBodyGetShapeMetadata Method

Returns the metadata of a shape of a body.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static Object BodyGetShapeMetadata(
	RID body,
	int shapeIdx
)

Parameters

body
Type: GodotRID

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

shapeIdx
Type: SystemInt32

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

Return Value

Type: Object

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

See Also