Click or drag to resize

BitMapSetBit Method

Sets the bitmap's element at the specified position, to the specified value.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public void SetBit(
	Vector2 position,
	bool bit
)

Parameters

position
Type: GodotVector2

[Missing <param name="position"/> documentation for "M:Godot.BitMap.SetBit(Godot.Vector2,System.Boolean)"]

bit
Type: SystemBoolean

[Missing <param name="bit"/> documentation for "M:Godot.BitMap.SetBit(Godot.Vector2,System.Boolean)"]

See Also