Properties
viewer
Accessors
enabled
inject
This is how an extension declares that it needs other extensions injected. Injection is automatically done when calling createExtension
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Base class for all extensions. Extensions are created via createExtension method from the viewer instance.
protected viewer: IViewer
get enabled(): boolean
set enabled(value: boolean)
get inject(): Array<Constructor<Extension>>
onEarlyUpdate(deltaTime?: number)
onLateUpdate(deltaTime?: number)
onRender();
onResize();