25        this.m_GridCoordinate = gridCoordinate;
 
   26        this.m_GridBoolProperty = gridBoolProperty;
 
   27        this.m_GridBoolValue = gridBoolValue;
 
GridBoolProperty
Describes the Grid bool property. Each grid holds following information.
 
Holds grid information x and y coordinate.
 
Holds information about grid of every scene.
 
GridProperty(GridCoordinate gridCoordinate, GridBoolProperty gridBoolProperty, bool gridBoolValue)
Construuctor to pass in values.
 
GridBoolProperty m_GridBoolProperty
For example, is this grid diaggable? Is this grid an obstacle? etc...
 
GridCoordinate m_GridCoordinate
X and Y Axis information.