Click or drag to resize

CameraGetCullMaskBit Method

Returns true if the given layer in the CullMask is enabled, false otherwise.

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

Parameters

layer
Type: SystemInt32

[Missing <param name="layer"/> documentation for "M:Godot.Camera.GetCullMaskBit(System.Int32)"]

Return Value

Type: Boolean

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

See Also