 | GridBehaviourTPointInitGrid Method |
When this behaviour is attached to a grid builder, this method is called
once the grid is created, and all cells(tiles) have been instantiated.
Override this to implement custom initialisation code. (You can access the
grid through the Grid property).
Namespace:
Gamelogic.Grids
Assembly:
Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntaxpublic virtual void InitGrid()
See Also