Readonly
animationReadonly
boundsReadonly
defReadonly
eventRenderer Event Bus for the Stage to emit events onto
Readonly
fontReadonly
optionsReadonly
preloadReadonly
rendererReadonly
rootReadonly
shReadonly
strictReadonly
strictReadonly
textReadonly
txReadonly
txCreate a shader controller instance
Emit all queued frame events
This method should be called after the frame has been rendered to emit all events that were queued during the frame.
See queueFrameEvent for more information.
Queue an event to be emitted after the current/next frame is rendered
When we are operating in the context of the render loop, we may want to emit events that are related to the current frame. However, we generally do NOT want to emit events directly in the middle of the render loop, since this could enable event handlers to modify the scene graph and cause unexpected behavior. Instead, we queue up events to be emitted and then flush the queue after the frame has been rendered.
Protected
resolveGiven a font name, and possible renderer override, return the best compatible text renderer.
Stage constructor