| 
| 
  | MenuView (ContentManager content) | 
|   | 
|   | UIView (int rows, int cols) | 
|   | Initializes a new instance of the T:MB2D.UI.UIView class. Divides itself into the number of rows and columns evenly based on the size of the current viewport.  More...
  | 
|   | 
| void  | Update () | 
|   | Updates and handles input for all elements in the View.  More...
  | 
|   | 
| void  | Draw (SpriteBatch spriteBatch, SpriteBatch uiSpriteBatch) | 
|   | Draws the View and its elements to the window  More...
  | 
|   | 
| void  | Add (UIElement element, int atRow, int atCol, int rowSpan, int colSpan) | 
|   | Adds a new UIElement to the View  More...
  | 
|   | 
| void  | AddToLookup (UIElement element) | 
|   | Adds an element to the lookup table used by the view  More...
  | 
|   | 
The documentation for this class was generated from the following file:
- Shared/src/Game/UIViews/MenuView.cs