Version: 2022.3
言語: 日本語
public static void GetActiveTerrains (List<Terrain> terrainList);

パラメーター

activeTerrainsList A List of Terrains this function populates with the active Terrains in the Scene.

説明

Populates a List of Terrains with the active Terrains in the Scene.

This function differs from Terrain.activeTerrains in that it gives you control of memory allocation. See Also: Terrain.activeTerrains.