Click or drag to resize

CollisionObject2DRemoveShapeOwner Method

Removes the given shape owner.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void RemoveShapeOwner(
	uint ownerId
)

Parameters

ownerId
Type: SystemUInt32

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

See Also