Click or drag to resize

ClippedCameraGetCollisionMaskBit Method

Returns true if the specified bit index is on.

Note: Bit indices range from 0-19.

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.ClippedCamera.GetCollisionMaskBit(System.Int32)"]

Return Value

Type: Boolean

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

See Also