godot-d v0.1.1 (2018-11-04T13:23:39Z)
Dub
Repo
BitMap.create
godot
bitmap
BitMap
Creates a bitmap with the specified size, filled with false.
struct
BitMap
@
nogc
nothrow
void
create
(
in
Vector2
size
)
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
Creates a bitmap with the specified size, filled with false.