Click or drag to resize

CollisionObject2DShapeOwnerAddShape Method

Adds a Shape2D to the shape owner.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void ShapeOwnerAddShape(
	uint ownerId,
	Shape2D shape
)

Parameters

ownerId
Type: SystemUInt32

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

shape
Type: GodotShape2D

[Missing <param name="shape"/> documentation for "M:Godot.CollisionObject2D.ShapeOwnerAddShape(System.UInt32,Godot.Shape2D)"]

See Also