言語: 日本語
  • C#
  • JS
  • Boo

スクリプト言語

お好みのスクリプト言語を選択すると、サンプルコードがその言語で表示されます。

Terrain.SetNeighbors

Switch to Manual
public function SetNeighbors(left: Terrain, top: Terrain, right: Terrain, bottom: Terrain): void;

Description

隣接する地形との間の接続をセットアップします

This ensures LOD matches up on neighboring terrains. Note that it is not enough to call this function on one Terrain, you need to set the neighbors of each terrain.