The type of the options object with which the application is constructed.
The options with which the application was constructed.
Is the application currently paused? Should be get/set, but can also be ignored, if the feature isn't used.
The PRNG used in this application.
Request the application to draw a new frame.
How many milliseconds passed since the last frame draw.
The current timestamp.
Pause rendering.
Should rendering be paused (true
) or unpaused (false
)?
Reconfigure the application with the given options and restart it.
The canvas to use.
Optional
options: Partial<TApplicationOptions>The new options to use.
Describes an application running inside the
CanvasSandbox
.