- type
LayerType type;
Undocumented in source.
- aspectRatio
float aspectRatio;
Undocumented in source.
- drawables
DynamicArray!Drawable drawables;
Undocumented in source.
- modifiers
DynamicArray!Modifier modifiers;
Undocumented in source.
- addDrawable
void addDrawable(Drawable d)
Undocumented in source. Be warned that the author may not have intended to support it.
- addModifier
void addModifier(Modifier m)
Undocumented in source. Be warned that the author may not have intended to support it.
- draw
void draw(double dt)
Undocumented in source. Be warned that the author may not have intended to support it.
- free
void free()
Undocumented in source. Be warned that the author may not have intended to support it.
- ~this
~this()
Undocumented in source.
- onResize
void onResize(int width, int height)
Undocumented in source. Be warned that the author may not have intended to support it.