sprunk-engine
    Preparing search index...

    Act like a GameEngineWindow factory. Simplify the creation of a GameEngineWindow with it's attached components. The purpose of this class is to reduce the boilerplate code needed to create a fully customized GameEngineWindow.

    Index

    Constructors

    Methods

    Constructors

    Methods

    • Parameters

      • canvasToDrawOn: null | HTMLCanvasElement
      • debugMode: boolean = false
      • componentsToEnable: ComponentName[] = ...

      Returns GameEngineWindow

      Creates a new GameEngineWindow based on provided configuration.