C# Class MoodSwingGUI.MSGUIUnclickable

MSGUIUnclickable is a GUI component that is drawable but not clickable.
Inheritance: MoodSwingCoreComponents.MS2DComponent, MSGUIObject
Mostrar archivo Open project: verngutz/MoodSwing Class Usage Examples

Public Methods

Method Description
MSGUIUnclickable ( Rectangle boundingRectangle, SpriteBatch spriteBatch, Microsoft.Xna.Framework.Game game ) : System

Method Details

MSGUIUnclickable() public method

public MSGUIUnclickable ( Rectangle boundingRectangle, SpriteBatch spriteBatch, Microsoft.Xna.Framework.Game game ) : System
boundingRectangle Microsoft.Xna.Framework.Rectangle
spriteBatch Microsoft.Xna.Framework.Graphics.SpriteBatch
game Microsoft.Xna.Framework.Game
return System