Riwmorld
|
Public Member Functions | |
BoolGrid (Map map) | |
void | Clear () |
void | ClearAndResizeTo (Map map) |
void | ExposeData () |
void | Invert () |
bool | MapSizeMatches (Map map) |
virtual void | Set (IntVec3 c, bool value) |
virtual void | Set (int index, bool value) |
Properties | |
IEnumerable< IntVec3 > | ActiveCells [get] |
bool | this[int index] [get, set] |
bool | this[IntVec3 c] [get, set] |
bool | this[int x, int z] [get, set] |
int | TrueCount [get] |