Class KeyIterator

A key range iterator.

Implements

Constructors

Methods

Constructors

  • Constructs a new key iterator.

    This iterator returns all keys in the specified coordinate range, including those at min and max.

    Parameters

    • keyDesign: KeyDesign

      A key design.

    • min: Vector3

      The lower index bounds (zero-based uint coordinates).

    • max: Vector3

      The upper index bounds (zero-based uint coordinates).

    Returns KeyIterator

Methods

  • Returns IteratorResult<number, any>

  • Parameters

    • value: number

    Returns IteratorResult<number, any>