AOS Fog of War
|
Public Member Functions | |
void | AddColumn (LevelColumn levelColumn) |
Public Attributes | |
int | levelDimensionX = 0 |
int | levelDimensionY = 0 |
float | scanSpacingPerUnit = 0 |
float | unitScale = 0 |
Properties | |
LevelColumn | this[int index] [get, set] |
A class for storing the base level data.
This class is later serialized into Json format.
Empty spaces are stored as 0, while the obstacles are stored as 1.
If a level is loaded instead of being scanned, the level dimension properties of csFogWar will be replaced by the level data.
|
inline |
int FischlWorks_FogWar.csFogWar.LevelData.levelDimensionX = 0 |
Referenced by FischlWorks_FogWar.csFogWar.GetWorldX(), and FischlWorks_FogWar.Shadowcaster.Initialize().
int FischlWorks_FogWar.csFogWar.LevelData.levelDimensionY = 0 |
float FischlWorks_FogWar.csFogWar.LevelData.scanSpacingPerUnit = 0 |
float FischlWorks_FogWar.csFogWar.LevelData.unitScale = 0 |
|
getset |