C# 클래스 xnapunk.tools.Cursor

상속: System.Entity
파일 보기 프로젝트 열기: Gnoll/XNAPunk

공개 프로퍼티들

프로퍼티 타입 설명
Regular System.Image

공개 메소드들

메소드 설명
Cursor ( System.Image regular, System.Image clicked ) : System
Draw ( GameTime gameTime ) : void
Update ( GameTime gameTime ) : void

메소드 상세

Cursor() 공개 메소드

public Cursor ( System.Image regular, System.Image clicked ) : System
regular System.Image
clicked System.Image
리턴 System

Draw() 공개 메소드

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

Update() 공개 메소드

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

프로퍼티 상세

Regular 공개적으로 프로퍼티

public Image,System Regular
리턴 System.Image