Click or drag to resize

Area2DGetCollisionMaskBit Method

Returns an individual bit on the collision mask. Describes whether this area will collide with others on the given layer.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool GetCollisionMaskBit(
	int bit
)

Parameters

bit
Type: SystemInt32

[Missing <param name="bit"/> documentation for "M:Godot.Area2D.GetCollisionMaskBit(System.Int32)"]

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.Area2D.GetCollisionMaskBit(System.Int32)"]

See Also