Small World Engine API Reference - v0.46.1
    Preparing search index...

    Interface GridOptions

    Configuration options for grid geometry.

    interface GridOptions {
        divisions?: number;
        size?: number;
    }
    Index

    Properties

    Properties

    divisions?: number

    The number of divisions along each axis. Defaults to 20.

    size?: number

    The total size of the grid edges. Defaults to 20.