clik-engine API
    Preparing search index...

    Interface LevelGenerator

    A strategy for generating levels

    interface LevelGenerator {
        name: string;
        generate(config: PCGConfig, random: SeededRandom): GeneratedLevel;
    }

    Implemented by

    Index

    Properties

    Methods

    Properties

    name: string

    Methods