sej
    Preparing search index...

    Type Alias DebugParams

    Debug parameters for the Debugger.

    type DebugParams = {
        camera: SupportedCameras;
        freeze: boolean;
    }
    Index

    Properties

    Properties

    freeze: boolean

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

    false