C# Class MoodSwingGUI.MSToolTip

Inheritance: MSGUIUnclickable
Afficher le fichier Open project: verngutz/MoodSwing Class Usage Examples

Protected Properties

Свойство Type Description
components List

Méthodes publiques

Méthode Description
AddComponent ( MSGUIUnclickable component ) : void
AddComponent ( MSGUIUnclickable component, Alignment alignment ) : void
Draw ( GameTime gameTime ) : void
MSToolTip ( Microsoft.Xna.Framework.Graphics.Texture2D background, Rectangle bounding_rectangle, SpriteBatch sprite_batch, Microsoft.Xna.Framework.Game game ) : System
MSToolTip ( Microsoft.Xna.Framework.Graphics.Texture2D background, Rectangle bounding_rectangle, int top_padding, int bottom_padding, int left_padding, int right_padding, SpriteBatch sprite_batch, Microsoft.Xna.Framework.Game game ) : System
RemoveComponent ( MSGUIUnclickable component ) : void
Update ( GameTime gameTime ) : void

Method Details

AddComponent() public méthode

public AddComponent ( MSGUIUnclickable component ) : void
component MSGUIUnclickable
Résultat void

AddComponent() public méthode

public AddComponent ( MSGUIUnclickable component, Alignment alignment ) : void
component MSGUIUnclickable
alignment Alignment
Résultat void

Draw() public méthode

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

MSToolTip() public méthode

public MSToolTip ( Microsoft.Xna.Framework.Graphics.Texture2D background, Rectangle bounding_rectangle, SpriteBatch sprite_batch, Microsoft.Xna.Framework.Game game ) : System
background Microsoft.Xna.Framework.Graphics.Texture2D
bounding_rectangle Microsoft.Xna.Framework.Rectangle
sprite_batch Microsoft.Xna.Framework.Graphics.SpriteBatch
game Microsoft.Xna.Framework.Game
Résultat System

MSToolTip() public méthode

public MSToolTip ( Microsoft.Xna.Framework.Graphics.Texture2D background, Rectangle bounding_rectangle, int top_padding, int bottom_padding, int left_padding, int right_padding, SpriteBatch sprite_batch, Microsoft.Xna.Framework.Game game ) : System
background Microsoft.Xna.Framework.Graphics.Texture2D
bounding_rectangle Microsoft.Xna.Framework.Rectangle
top_padding int
bottom_padding int
left_padding int
right_padding int
sprite_batch Microsoft.Xna.Framework.Graphics.SpriteBatch
game Microsoft.Xna.Framework.Game
Résultat System

RemoveComponent() public méthode

public RemoveComponent ( MSGUIUnclickable component ) : void
component MSGUIUnclickable
Résultat void

Update() public méthode

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
Résultat void

Property Details

components protected_oe property

protected List components
Résultat List