Version: 2022.2

TerrainMap.CreateFromConnectedNeighbors(Terrain,System.Predicate<Terrain>,bool)

切换到手册

参数

originTerrain 给定瓦片坐标 (0,0) 的地形。
filter Filter to apply when populating the map. If null, no filter is applied.
fullValidation 验证地形贴图。默认值为 true。

返回

void 生成的地形贴图。没有地形对象通过过滤器时可返回 null。

描述

从连接到原始地形的相邻地形创建一个 TerrainMap

Creates a TerrainMap of all the Terrain neighbors connected to the origin Terrain that pass the filter validation.