Click or drag to resize

CollisionObject2DCreateShapeOwner Method

Creates a new shape owner for the given object. Returns owner_id of the new owner for future reference.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public uint CreateShapeOwner(
	Object owner
)

Parameters

owner
Type: GodotObject

[Missing <param name="owner"/> documentation for "M:Godot.CollisionObject2D.CreateShapeOwner(Godot.Object)"]

Return Value

Type: UInt32

[Missing <returns> documentation for "M:Godot.CollisionObject2D.CreateShapeOwner(Godot.Object)"]

See Also