Click or drag to resize

CSGShapeSetCollisionLayerBit Method

Sets individual bits on the layer mask. Use this if you only need to change one layer's value.

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

Parameters

bit
Type: SystemInt32

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

value
Type: SystemBoolean

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

See Also