类 ListBlockVolume实验性

Volume composed of an unordered container of unique block locations.

层级 (查看完整内容)

构造函数

方法

  • 实验性

    参数

    • locations: Vector3[]

      Array of block locations to be inserted into container.

    返回 void

    Insert block locations into container.

    无法在只读模式下调用此函数,详见 WorldBeforeEvents

  • 实验性

    参数

    • locations: Vector3[]

      Array of block locations to be removed from container.

    返回 void

    Remove block locations from container.

    无法在只读模式下调用此函数,详见 WorldBeforeEvents