Drawable
A base class for all elements that can be drawn on the glasses HUD, like UIKit.widgets.UIElement and UIKit.ar.elements.ArModel
Inheritors
Functions
Link copied to clipboard
Returns the parent ui element group
Link copied to clipboard
Link copied to clipboard
Returns true when the element is attached to screen
Link copied to clipboard
Override this function to be notified when the ui element is attached to a screen
Link copied to clipboard
Override this function to be notified when the ui element is about to be detached from a screen
Link copied to clipboard
Override this function to be notified when the ui element is about to be drawn
Link copied to clipboard
The draw method is called to actually draw the ui element visual representation to the CanvasBuffer
Link copied to clipboard
Change the ui element visibility (Hide\Show the ui element)
Link copied to clipboard
Returns true when the element was created (the onCreate was called)