godot-d ~releases (2022-04-02T06:37:10.8312204)
Dub
Repo
BitMap.setBit
godot
bitmap
BitMap
Sets the bitmap's element at the specified position, to the specified value.
struct
BitMap
@
nogc
nothrow
void
setBit
(
in
Vector2
position
,
in
bool
bit
)
Meta
Source
See Implementation
godot
bitmap
BitMap
aliases
BaseClasses
functions
_getData
_setData
create
createFromImageAlpha
getBit
getSize
getTrueBitCount
growMask
opAssign
opEquals
opaqueToPolygons
setBit
setBitRect
toHash
properties
data
static functions
_new
static variables
_classBindingInitialized
structs
GDNativeClassBinding
unions
__anonymous
variables
_GODOT_internal_name
Sets the bitmap's element at the specified position, to the specified value.