C# 클래스 SmartboyDevelopments.Haxxit.MonoGame.GameStates.ButtonHover

파일 보기 프로젝트 열기: smartboyathome/Haxxit 1 사용 예제들

공개 메소드들

메소드 설명
ButtonHover ( DrawableRectangle rectangle, Microsoft.Xna.Framework.Graphics.Texture2D white_pixel, SpriteFont tooltip_font, string tooltip_text ) : System
Draw ( SpriteBatch sprite_batch ) : void

메소드 상세

ButtonHover() 공개 메소드

public ButtonHover ( DrawableRectangle rectangle, Microsoft.Xna.Framework.Graphics.Texture2D white_pixel, SpriteFont tooltip_font, string tooltip_text ) : System
rectangle DrawableRectangle
white_pixel Microsoft.Xna.Framework.Graphics.Texture2D
tooltip_font Microsoft.Xna.Framework.Graphics.SpriteFont
tooltip_text string
리턴 System

Draw() 공개 메소드

public Draw ( SpriteBatch sprite_batch ) : void
sprite_batch Microsoft.Xna.Framework.Graphics.SpriteBatch
리턴 void