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

    Interface ISystemError

    interface ISystemError {
        cause: Readonly<Error>;
        System: Readonly<TTypeProto<ISystem>>;
    }

    Implemented by

    Index

    Properties

    Properties

    cause: Readonly<Error>
    System: Readonly<TTypeProto<ISystem>>