C# 클래스 Bug.Display.Label

상속: UiElement
파일 보기 프로젝트 열기: Projectfights/Fight-insect 1 사용 예제들

공개 메소드들

메소드 설명
Collide ( int pointX, int pointY ) : bool
Draw ( SpriteBatch batch ) : void
GetDim ( ) : Vector2
Label ( int x, int y, SpriteFont font_, String text_ ) : Microsoft.Xna.Framework

메소드 상세

Collide() 공개 메소드

public Collide ( int pointX, int pointY ) : bool
pointX int
pointY int
리턴 bool

Draw() 공개 메소드

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

GetDim() 공개 메소드

public GetDim ( ) : Vector2
리턴 Vector2

Label() 공개 메소드

public Label ( int x, int y, SpriteFont font_, String text_ ) : Microsoft.Xna.Framework
x int
y int
font_ Microsoft.Xna.Framework.Graphics.SpriteFont
text_ String
리턴 Microsoft.Xna.Framework