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

    Interface PlaneOptions

    Configuration for the Plane geometry.

    interface PlaneOptions {
        height?: number;
        heightSegments?: number;
        width?: number;
        widthSegments?: number;
    }
    Index
    height?: number

    Height of the plane (along the Y axis). Defaults to 1.

    heightSegments?: number

    Number of segments along the height. Defaults to 1.

    width?: number

    Width of the plane (along the X axis). Defaults to 1.

    widthSegments?: number

    Number of segments along the width. Defaults to 1.