C# Class MoodSwingGUI.MSToolTip

Inheritance: MSGUIUnclickable
Exibir arquivo Open project: verngutz/MoodSwing Class Usage Examples

Protected Properties

Property Type Description
components List

Public Methods

Method 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 method

public AddComponent ( MSGUIUnclickable component ) : void
component MSGUIUnclickable
return void

AddComponent() public method

public AddComponent ( MSGUIUnclickable component, Alignment alignment ) : void
component MSGUIUnclickable
alignment Alignment
return void

Draw() public method

public Draw ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

MSToolTip() public method

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
return System

MSToolTip() public method

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
return System

RemoveComponent() public method

public RemoveComponent ( MSGUIUnclickable component ) : void
component MSGUIUnclickable
return void

Update() public method

public Update ( GameTime gameTime ) : void
gameTime Microsoft.Xna.Framework.GameTime
return void

Property Details

components protected_oe property

protected List components
return List