godot-d v0.1.1 (2018-11-04T13:23:39Z)
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
properties
data
static functions
_new
static variables
_classBindingInitialized
structs
_classBinding
unions
__anonymous
variables
_GODOT_internal_name
Sets the bitmap's element at the specified position, to the specified value.