Home Reference Source Test
import {_Engine} from 'seed-engine/src/Engine.js'
private class | source

_Engine

You can directly use an instance of this class. Engine

Engine Singleton class. Entry point reference to access managers and to start and stop the Engine.

Constructor Summary

Public Constructor
public

Engine Contstructor.

Method Summary

Public Methods
public

end()

Stops the engine and cleans up code.

public

pause()

Pauses the entire engine.

public

start()

Starts the engine.

public

Resumes to the Engine.

Public Constructors

public constructor() source

Engine Contstructor.

Public Methods

public end() source

Stops the engine and cleans up code.

public pause() source

Pauses the entire engine.

public start() source

Starts the engine.

public unpause() source

Resumes to the Engine.