Click or drag to resize

VisualInstanceSetLayerMaskBit Method

Enables a particular layer in Layers.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetLayerMaskBit(
	int layer,
	bool enabled
)

Parameters

layer
Type: SystemInt32

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

enabled
Type: SystemBoolean

[Missing <param name="enabled"/> documentation for "M:Godot.VisualInstance.SetLayerMaskBit(System.Int32,System.Boolean)"]

See Also