OfGridElem
To be removed. Although including the cood could be considered to break the principle of encapsulation, A tile should not need to know where it is in a grid. I think it is necessary. Although the cood is determined by its position in the array there is just no good way for this data to be recovered by the Grid for random access. I think also it might be better to change to a var.
Value members
Abstract methods
The number of pixels grid unit. The number of pixels per X Cood. Called pSc so it doesn't class with pScale from another class when the OfTile object's members are imported
The number of pixels grid unit. The number of pixels per X Cood. Called pSc so it doesn't class with pScale from another class when the OfTile object's members are imported
Concrete methods
If the scale is equal or greater than the parameter value return the GraphicElems of the second parameter else return an empty Arr.
If the scale is equal or greater than the parameter value return the GraphicElems of the second parameter else return an empty Arr.