A SqGridSys of immutable SqCen data, stored for efficiency as a flat Array. Most methods will rquire the SqGridSys as an implicit parameter.
Attributes
- Companion
- object
- Graph
-
- Supertypes
Members list
Value members
Concrete methods
Set part column of data.
Set part column of data.
Attributes
Sets a rectangle of tiles to the same terrain type.
Sets a rectangle of tiles to the same terrain type.
Attributes
Note set Row starts with the r (row) parameter.
Note set Row starts with the r (row) parameter.
Attributes
Note set RowBack starts with the r (row) parameter.
Note set RowBack starts with the r (row) parameter.
Attributes
Inherited methods
For each element in the underlying array performs the side effecting function. This method treats the LayerTcRef class like a standard Arr or Array. It does not utilise the grid TGrid from which this LayerTcRef was created.
For each element in the underlying array performs the side effecting function. This method treats the LayerTcRef class like a standard Arr or Array. It does not utilise the grid TGrid from which this LayerTcRef was created.
Attributes
- Inherited from:
- LayerTcRef
The number of tile centres this array of data represents.
Each element in the underlying array is mapped by the parameter function to an element of type B. This method treat the HCenArr class like a standard Arr or Array. It does not utilise the grid HGrid from which this HCenArr was created.
Each element in the underlying array is mapped by the parameter function to an element of type B. This method treat the HCenArr class like a standard Arr or Array. It does not utilise the grid HGrid from which this HCenArr was created.
Attributes
- Inherited from:
- LayerTcRef
Set all tiles to the given value.
Concrete fields
The mutable backing Array. End users should rarely if ever have to access this field
The mutable backing Array. End users should rarely if ever have to access this field