rpui ~master (2020-04-28T04:53:54Z)
Dub
Repo
CanvasRenderer
rpui
widgets
canvas
widget
Undocumented in source.
interface
CanvasRenderer {
void
onCreate
(Widget widget);
void
onDestroy
();
void
onRender
();
void
onProgress
(ProgressEvent event);
}
Members
Functions
onCreate
void
onCreate
(Widget widget)
Undocumented in source.
onDestroy
void
onDestroy
()
Undocumented in source.
onProgress
void
onProgress
(ProgressEvent event)
Undocumented in source.
onRender
void
onRender
()
Undocumented in source.
Meta
Source
See Implementation
rpui
widgets
canvas
widget
classes
Canvas
interfaces
CanvasRenderer