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
Type members
Types
Gives the final type of this class.
Gives the final type of this class.
Attributes
Value members
Concrete methods
The element String allows the composition of toString for the whole collection. The syntax of the output will be reworked.
The element String allows the composition of toString for the whole collection. The syntax of the output will be reworked.
Attributes
- Definition Classes
Attributes
- Definition Classes
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
Attributes
- Definition Classes
- Inherited from:
- RefsSeqLike
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:
- TCenLayer
Set all tiles to the given value.
Sets / mutates an element in the Arr. This method should rarely be needed by end users, but is used by the initialisation and factory methods.
Sets / mutates an element in the Arr. This method should rarely be needed by end users, but is used by the initialisation and factory methods.
Attributes
- Definition Classes
- Inherited from:
- RefsSeqLike
Sets / mutates elements in the Arr. This method should rarely be needed by end users, but is used by the initialisation and factory methods.
Sets / mutates elements in the Arr. This method should rarely be needed by end users, but is used by the initialisation and factory methods.
Attributes
- Inherited from:
- SeqLike
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