C# 클래스 Tyrus_and_Randall.InstructionDisplay

상속: Entity
파일 보기 프로젝트 열기: sgdc/sgdc-old

공개 메소드들

메소드 설명
InstructionDisplay ( ) : System
InstructionDisplay ( Vector2 pos ) : System
InstructionDisplay ( float x, float y ) : System
Update ( GameTime gameTime ) : void

메소드 상세

InstructionDisplay() 공개 메소드

public InstructionDisplay ( ) : System
리턴 System

InstructionDisplay() 공개 메소드

public InstructionDisplay ( Vector2 pos ) : System
pos Vector2
리턴 System

InstructionDisplay() 공개 메소드

public InstructionDisplay ( float x, float y ) : System
x float
y float
리턴 System

Update() 공개 메소드

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