Click or drag to resize

CollisionObject2DShapeOwnerGetShape Method

Returns the Shape2D with the given id from the given shape owner.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public Shape2D ShapeOwnerGetShape(
	uint ownerId,
	int shapeId
)

Parameters

ownerId
Type: SystemUInt32

[Missing <param name="ownerId"/> documentation for "M:Godot.CollisionObject2D.ShapeOwnerGetShape(System.UInt32,System.Int32)"]

shapeId
Type: SystemInt32

[Missing <param name="shapeId"/> documentation for "M:Godot.CollisionObject2D.ShapeOwnerGetShape(System.UInt32,System.Int32)"]

Return Value

Type: Shape2D

[Missing <returns> documentation for "M:Godot.CollisionObject2D.ShapeOwnerGetShape(System.UInt32,System.Int32)"]

See Also