Click or drag to resize

Physics2DServerShapeGetData Method

Returns the shape data.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public static Object ShapeGetData(
	RID shape
)

Parameters

shape
Type: GodotRID

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

Return Value

Type: Object

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

See Also