Constructor
new Decorator(terrain, name, flags, color, symbol)
- Source:
Parameters:
| Name | Type | Description |
|---|---|---|
terrain |
Terrain | wrapped terrain |
name |
string | override name, or null to inherit from terrain |
flags |
number | flag mask (use 0 to inherit from terrain) |
color |
string | color (use null to inherit from terrain) |
symbol |
Symbol | symbol (use null to inherit) |
Classes
Members
terrain :Terrain
- Source:
Type:
Methods
getProxiedTerrain()
- Description:
Return the terrain being wrapped (TerrainProxy interface).
- Source: