C# 클래스 Bug.Display.Image

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

보호된 프로퍼티들

프로퍼티 타입 설명
tex Microsoft.Xna.Framework.Graphics.Texture2D

공개 메소드들

메소드 설명
Collide ( int pointX, int pointY ) : bool
Draw ( SpriteBatch batch ) : void
Image ( int x, int y, Microsoft.Xna.Framework.Graphics.Texture2D tex_ ) : 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

Image() 공개 메소드

public Image ( int x, int y, Microsoft.Xna.Framework.Graphics.Texture2D tex_ ) : Microsoft.Xna.Framework
x int
y int
tex_ Microsoft.Xna.Framework.Graphics.Texture2D
리턴 Microsoft.Xna.Framework

프로퍼티 상세

tex 보호되어 있는 프로퍼티

protected Texture2D,Microsoft.Xna.Framework.Graphics tex
리턴 Microsoft.Xna.Framework.Graphics.Texture2D