C# 클래스 Bug.Display.UiElement

파일 보기 프로젝트 열기: Projectfights/Fight-insect

공개 프로퍼티들

프로퍼티 타입 설명
x int

공개 메소드들

메소드 설명
Collide ( int pointX, int pointY ) : bool
Draw ( SpriteBatch batch ) : void
UiElement ( int x_, int y_ ) : Microsoft.Xna.Framework.Graphics

메소드 상세

Collide() 공개 추상적인 메소드

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

Draw() 공개 추상적인 메소드

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

UiElement() 공개 메소드

public UiElement ( int x_, int y_ ) : Microsoft.Xna.Framework.Graphics
x_ int
y_ int
리턴 Microsoft.Xna.Framework.Graphics

프로퍼티 상세

x 공개적으로 프로퍼티

public int x
리턴 int