Click or drag to resize

CollisionObjectShapeOwnerSetDisabled Method

If true, disables the given shape owner.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void ShapeOwnerSetDisabled(
	uint ownerId,
	bool disabled
)

Parameters

ownerId
Type: SystemUInt32

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

disabled
Type: SystemBoolean

[Missing <param name="disabled"/> documentation for "M:Godot.CollisionObject.ShapeOwnerSetDisabled(System.UInt32,System.Boolean)"]

See Also