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

    Interface PlaneOptions

    Configuration options for plane geometry.

    interface PlaneOptions {
        depth?: number;
        depthSegments?: number;
        width?: number;
        widthSegments?: number;
    }
    Index

    Properties

    depth?: number

    The total depth of the plane. Defaults to 1.

    depthSegments?: number

    The number of segments along the depth (subdivisions). Defaults to 1.

    width?: number

    The total width of the plane. Defaults to 1.

    widthSegments?: number

    The number of segments along the width (subdivisions). Defaults to 1.