Click or drag to resize

CollisionObject2DIsShapeOwnerOneWayCollisionEnabled Method

Returns true if collisions for the shape owner originating from this CollisionObject2D will not be reported to collided with CollisionObject2Ds.

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

Parameters

ownerId
Type: SystemUInt32

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

Return Value

Type: Boolean

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

See Also