InstanceThread

Thread for execution of steps for scenes and instances.

Constructors

this
this(size_t thread, IRenderer rend)

Members

Functions

exit
void exit()

Completes the flow of the thread.

pause
void pause()

Pause the work of the thread.

rebindThreadID
void rebindThreadID(size_t newID)

Replaces the idle identifier.

resume
void resume()

Continues thread work.

Meta