Type alias DebugParams

DebugParams: {
    camera: SupportedCameras;
    freeze: boolean;
}

Debug parameters for the Debugger.

Type declaration

  • camera: SupportedCameras
  • freeze: boolean

    Freeze the entire SejEngine instance. Useful for debugging or if you want to perform resource intensive tasks.

    Default

    false
    

Generated using TypeDoc