Settings for initializing interest management. More...
Static Public Member Functions | |
static bool | CheckCellHashIntOverflow (int x, int y, int z) |
Checks whether the 3 cell grid sizes cause an int overflow when creating a cell hash. More... | |
Public Attributes | |
Vector3Int | AreaOfInterestCellGridSize = new Vector3Int(Simulation.AreaOfInterestState.GRID_CELL_COUNT_DEFAULT, Simulation.AreaOfInterestState.GRID_CELL_COUNT_DEFAULT, Simulation.AreaOfInterestState.GRID_CELL_COUNT_DEFAULT) |
The size of the Area of Interest cell grid. The total world size is this value multiplied by AreaOfInterestCellSize More... | |
int | AreaOfInterestCellSize = Simulation.AreaOfInterestState.CELL_SIZE_DEFAULT |
The size of the cells used by the Area of Interest system. More... | |
Settings for initializing interest management.
|
static |
Checks whether the 3 cell grid sizes cause an int overflow when creating a cell hash.
x | x |
y | y |
z | z |
Vector3Int AreaOfInterestCellGridSize = new Vector3Int(Simulation.AreaOfInterestState.GRID_CELL_COUNT_DEFAULT, Simulation.AreaOfInterestState.GRID_CELL_COUNT_DEFAULT, Simulation.AreaOfInterestState.GRID_CELL_COUNT_DEFAULT) |
The size of the Area of Interest cell grid. The total world size is this value multiplied by AreaOfInterestCellSize
int AreaOfInterestCellSize = Simulation.AreaOfInterestState.CELL_SIZE_DEFAULT |
The size of the cells used by the Area of Interest system.