Click or drag to resize

VisualInstanceGetLayerMaskBit Method

Returns true when the specified layer is enabled in Layers and false otherwise.

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

Parameters

layer
Type: SystemInt32

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

Return Value

Type: Boolean

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

See Also