Click or drag to resize

CameraSetCullMaskBit Method

Enables or disables the given layer in the CullMask.

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

Parameters

layer
Type: SystemInt32

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

enable
Type: SystemBoolean

[Missing <param name="enable"/> documentation for "M:Godot.Camera.SetCullMaskBit(System.Int32,System.Boolean)"]

See Also