函数 executeLargeOperationFromIterator

  • 实验性

    参数

    • blockLocationIterator: BlockLocationIterator

      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 BlockLocationIterator via chunks to allow splitting operation over multiple game ticks