Click or drag to resize

ClippedCameraSetCollisionMaskBit Method

Sets the specified bit index to the value.

Note: Bit indices range from 0-19.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetCollisionMaskBit(
	int bit,
	bool value
)

Parameters

bit
Type: SystemInt32

[Missing <param name="bit"/> documentation for "M:Godot.ClippedCamera.SetCollisionMaskBit(System.Int32,System.Boolean)"]

value
Type: SystemBoolean

[Missing <param name="value"/> documentation for "M:Godot.ClippedCamera.SetCollisionMaskBit(System.Int32,System.Boolean)"]

See Also