Click or drag to resize

BitMapGetBit Method

Returns bitmap's value at the specified position.

Namespace:  Godot
Assembly:  GodotSharp (in GodotSharp.dll) Version: 1.0.0
Syntax
C#
public bool GetBit(
	Vector2 position
)

Parameters

position
Type: GodotVector2

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

Return Value

Type: Boolean

[Missing <returns> documentation for "M:Godot.BitMap.GetBit(Godot.Vector2)"]

See Also