C# Class MoodSwingGUI.MSGUIUnclickable

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

Méthodes publiques

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

Method Details

MSGUIUnclickable() public méthode

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
Résultat System