C# 클래스 spaceconquest.TextInput

상속: MenuComponent
파일 보기 프로젝트 열기: cclay/spaceconquest 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
input String

공개 메소드들

메소드 설명
Contains ( int x, int y ) : bool
Draw ( ) : void
TextInput ( Rectangle r, PressedEnter e ) : System
Update ( ) : void
Update ( Microsoft.Xna.Framework.Input.MouseState mscurrent, Microsoft.Xna.Framework.Input.MouseState msold ) : void

메소드 상세

Contains() 공개 메소드

public Contains ( int x, int y ) : bool
x int
y int
리턴 bool

Draw() 공개 메소드

public Draw ( ) : void
리턴 void

TextInput() 공개 메소드

public TextInput ( Rectangle r, PressedEnter e ) : System
r Microsoft.Xna.Framework.Rectangle
e PressedEnter
리턴 System

Update() 공개 메소드

public Update ( ) : void
리턴 void

Update() 공개 메소드

public Update ( Microsoft.Xna.Framework.Input.MouseState mscurrent, Microsoft.Xna.Framework.Input.MouseState msold ) : void
mscurrent Microsoft.Xna.Framework.Input.MouseState
msold Microsoft.Xna.Framework.Input.MouseState
리턴 void

프로퍼티 상세

input 공개적으로 프로퍼티

public String input
리턴 String