Experimental: this API is experimental and might be changed or removed in the future.

TerrainMap

class in UnityEngine.Experimental.TerrainAPI

Cambiar al Manual

Descripción

Type for mapping 2D (X,Z) tile coordinates to a Terrain object.

Variables

m_errorCodeIndicates the error status of the TerrainMap.
m_terrainTilesMapping from TileCoord to Terrain.

Funciones Públicas

GetTerrainRetrieves the Terrain object corresponding to the tile coordinates (tileX,tileZ).

Funciones Estáticas

CreateFromConnectedNeighborsCreates a TerrainMap from the neighbors connected to the origin Terrain.
CreateFromPlacementCreates a TerrainMap from the positions of all active Terrains.

Delegados

TerrainFilterTerrain map filter.