Function that is called after initialization. Use it only for internal stuff.
Function to get instance from current module
Name of instance. Check the documentation of module
Function that is called before actual destruction. All resources should be disposed and removed.
Initialization of module. All instances have to be created in this function.
Data from g.frame core.
Promise of instances array
Function that is called when application is paused (For example tab is changed)
Function that is called when application is resumed
Update function for module. Use only this function for all updates.
Current frame information
Time in milliseconds from starts
Current XRFrame for WebXR
Function, that is called before actual initialization. Use it to check hardware, check compatibility, etc.
Promise of Module status. For example if this module supported by user's hardware?
Generated using TypeDoc
Map of instances, that are owned by this module