liberty-engine v0.0.14-beta.2 (2018-07-02T09:50:23Z)
Dub
Repo
Canvas
liberty
core
scenegraph
canvas
version(none)
abstract
class
Canvas : Widget {
protected
bool
_canListen
;
protected
Vector4F
_fillColor
;
protected
Shape
_shape
;
this
(string id, Node parent);
this
(string id, ShapeForm shape_form, Node parent);
bool
canListen
();
void
__canListen
(bool __);
void
stopListening
();
Shape
shape
();
}
Constructors
this
this
(string id, Node parent)
this
this
(string id, ShapeForm shape_form, Node parent)
Members
Functions
__canListen
void
__canListen
(bool __)
canListen
bool
canListen
()
shape
Shape
shape
()
stopListening
void
stopListening
()
Variables
_canListen
bool
_canListen
;
Undocumented in source.
_fillColor
Vector4F
_fillColor
;
Undocumented in source.
_shape
Shape
_shape
;
Undocumented in source.
Meta
Source
See Implementation
liberty
core
scenegraph
canvas
classes
Canvas