clik-engine API
    Preparing search index...

    Class PCGPlugin

    ClikPlugin wrapper that sets up the PCG registry with built-in generators and constraints.

    Usage:

    createGame({
    plugins: [{ plugin: new PCGPlugin() }],
    ...
    });

    Implements

    Index

    Constructors

    Properties

    Methods

    Constructors

    Properties

    name: "PCGPlugin" = 'PCGPlugin'

    Unique plugin name

    registry: PCGRegistry = ...
    version: "1.0.0" = '1.0.0'

    Semver version string

    Methods