dgt v0.3.2 (2017-09-19T17:07:41Z)
Dub
Repo
EntityLayer
dgt
level
A layer of free-floating objects
struct
EntityLayer {
string
name
;
Array
!
Entity
entities
;
int
offsetX
;
int
offsetY
;
float
opacity
;
bool
visible
;
void
destroy
();
}
Members
Functions
destroy
void
destroy
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
entities
Array
!
Entity
entities
;
Undocumented in source.
name
string
name
;
Undocumented in source.
offsetX
int
offsetX
;
offsetY
int
offsetY
;
Undocumented in source.
opacity
float
opacity
;
Undocumented in source.
visible
bool
visible
;
Undocumented in source.
Meta
Source
See Implementation
dgt
level
structs
Entity
EntityLayer
Level
TileLayer
A layer of free-floating objects