C# 클래스 MoodSwingGUI.MSToolTip

상속: MSGUIUnclickable
파일 보기 프로젝트 열기: verngutz/MoodSwing 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
components List

공개 메소드들

메소드 설명
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

메소드 상세

AddComponent() 공개 메소드

public AddComponent ( MSGUIUnclickable component ) : void
component MSGUIUnclickable
리턴 void

AddComponent() 공개 메소드

public AddComponent ( MSGUIUnclickable component, Alignment alignment ) : void
component MSGUIUnclickable
alignment Alignment
리턴 void

Draw() 공개 메소드

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

MSToolTip() 공개 메소드

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
리턴 System

MSToolTip() 공개 메소드

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
리턴 System

RemoveComponent() 공개 메소드

public RemoveComponent ( MSGUIUnclickable component ) : void
component MSGUIUnclickable
리턴 void

Update() 공개 메소드

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

프로퍼티 상세

components 보호되어 있는 프로퍼티

protected List components
리턴 List