Click or drag to resize

CollisionObjectShapeOwnerAddShape Method

Adds a Shape to the shape owner.

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

Parameters

ownerId
Type: SystemUInt32

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

shape
Type: GodotShape

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

See Also