Click or drag to resize

CollisionObjectIsShapeOwnerDisabled Method

If true, the shape owner and its shapes are disabled.

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

Parameters

ownerId
Type: SystemUInt32

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.CollisionObject.IsShapeOwnerDisabled(System.UInt32)"]

See Also