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.
Reconfigure the application with the given options and restart it.
The canvas to use.
Optional
options: Partial<TApplicationOptions>The new options to use.
Start the application.
Optional
options: Partial<TApplicationOptions>
Describes an application running inside the
CanvasSandbox
.