A type of supported render shot execution context.
A type of accepted render schedule options.
Render scheduler signature.
This function creates a render schedule according to the given options.
The default render scheduler is always available as newRenderSchedule function.
There are several scheduler implementations exist:
Custom scheduler implementations could be created using customRenderScheduler function.
Optional
options: TOptionsCreated render schedule options.
New render schedule.
Switches a render scheduler to schedule rendering by.
The previously scheduled render shots would still be executed by previous scheduler.
Does nothing if the target scheduler is the same as previous one.
A render scheduler to schedule rendering by from now on.
this
instance.
Generated using TypeDoc
Context entry containing RenderScheduler instance.
This instance is globally singleton.
Uses default render scheduler by default.