- Namespace
- EasyBuildSystem
.Features .Scripts .Core .Base .Manager .Surface - Base Types
-
- MonoBehaviour
graph BT
Type-->Base0["MonoBehaviour"]
Type["TerrainManager"]
class Type type-node
Syntax
public class TerrainManager : MonoBehaviour
Fields
| Name | Constant Value | Summary |
|---|---|---|
| ActiveTerrain | ||
| Data | ||
| Instance |
static
|
|
| TerrainDetails | ||
| TerrainHeights |
Methods
| Name | Value | Summary |
|---|---|---|
| CheckDetailtAt |
bool | |
| Initialize |
void |
This method allows to initialize the terrain manager component.
static
|
| LoadTerrainData |
void |
This method allows to load the terrain data (details, heightmaps).
|
| SaveTerrainData |
void |
This method allows to save the terrain data (details, heightmaps).
|