• 实验性

    参数

    • selection: Selection

      the selection to iterator over

    • operation: ((blockLocation: Vector3) => void)

      the operation to apply over each block location

        • (blockLocation): void
        • 参数

          返回 void

    返回 Promise<void>

    Executes an operation over a selection via chunks to allow splitting operation over multiple game ticks