ecspresso
    Preparing search index...

    Type Alias AnyECSpresso

    Wildcard ECSpresso type that any concrete instance is assignable to. Use as a generic constraint for functions that accept any ECSpresso world. Matches the phantom _cfg property declared on the ECSpresso class.

    type AnyECSpresso = {
        _cfg: WorldConfig;
    }
    Index

    Properties

    Properties