mimiq
    Preparing search index...

    Interface SceneSimulatorConfig

    Configuration for simulator in scene files.

    interface SceneSimulatorConfig {
        options?: Record<string, unknown>;
        type: SimulatorType;
    }
    Index

    Properties

    Properties

    options?: Record<string, unknown>