navcat docs
    Preparing search index...

    Type Alias CompactHeightfieldSpan

    type CompactHeightfieldSpan = {
        con: number;
        h: number;
        region: number;
        y: number;
    }
    Index

    Properties

    Properties

    con: number

    packed neighbour connection data

    h: number

    the height of the span, measured from y

    region: number

    the id of the region the span belongs to, or zero if not in a region

    y: number

    the lower extent of the span. measured from the heightfields base.