C# 클래스 Ctrl_Space.Input.InputState

파일 보기 프로젝트 열기: vkd/Ctrl-Space

공개 프로퍼티들

프로퍼티 타입 설명
Down float
Exit bool
Left float
PrimaryWeapon bool
Right float
RotateCCW float
RotateCW float
SecondaryWeapon bool
Up float

공개 메소드들

메소드 설명
Process ( string method, float data ) : void
Reset ( ) : void

메소드 상세

Process() 공개 메소드

public Process ( string method, float data ) : void
method string
data float
리턴 void

Reset() 공개 메소드

public Reset ( ) : void
리턴 void

프로퍼티 상세

Down 공개적으로 프로퍼티

public float Down
리턴 float

Exit 공개적으로 프로퍼티

public bool Exit
리턴 bool

Left 공개적으로 프로퍼티

public float Left
리턴 float

PrimaryWeapon 공개적으로 프로퍼티

public bool PrimaryWeapon
리턴 bool

Right 공개적으로 프로퍼티

public float Right
리턴 float

RotateCCW 공개적으로 프로퍼티

public float RotateCCW
리턴 float

RotateCW 공개적으로 프로퍼티

public float RotateCW
리턴 float

SecondaryWeapon 공개적으로 프로퍼티

public bool SecondaryWeapon
리턴 bool

Up 공개적으로 프로퍼티

public float Up
리턴 float