sim-ecs - v0.6.5
    Preparing search index...

    Interface IRuntimeWorldInitConfig

    interface IRuntimeWorldInitConfig {
        defaultScheduler: Readonly<IScheduler>;
        executionFunction?: TExecutionFunction;
        initialState: IIStateProto;
        serde: Readonly<ISerDe>;
        stateSchedulers: ReadonlyMap<Readonly<IIStateProto>, Readonly<IScheduler>>;
    }
    Index

    Properties

    defaultScheduler: Readonly<IScheduler>
    executionFunction?: TExecutionFunction
    initialState: IIStateProto
    serde: Readonly<ISerDe>
    stateSchedulers: ReadonlyMap<Readonly<IIStateProto>, Readonly<IScheduler>>