C# 클래스 Evolution_War.InputStates

파일 보기 프로젝트 열기: jonathandlo/Evolution_War 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
DeltaDown System.Boolean
DeltaFire System.Boolean
DeltaLeft System.Boolean
DeltaRight System.Boolean
DeltaSecondary System.Boolean
DeltaUp System.Boolean
DeltaUpgrade System.Boolean
Down System.Boolean
Fire System.Boolean
Left System.Boolean
Right System.Boolean
Secondary System.Boolean
Up System.Boolean
Upgrade System.Boolean

공개 메소드들

메소드 설명
Add ( InputStates pOther ) : void
Clear ( ) : void
DetectPresses ( ) : void
GetKey ( Keys pKey ) : System.Boolean

비공개 메소드들

메소드 설명
GetAsyncKeyState ( Keys pKey ) : Int32

메소드 상세

Add() 공개 메소드

public Add ( InputStates pOther ) : void
pOther InputStates
리턴 void

Clear() 공개 메소드

public Clear ( ) : void
리턴 void

DetectPresses() 공개 메소드

public DetectPresses ( ) : void
리턴 void

GetKey() 공개 정적인 메소드

public static GetKey ( Keys pKey ) : System.Boolean
pKey Keys
리턴 System.Boolean

프로퍼티 상세

DeltaDown 공개적으로 프로퍼티

public Boolean,System DeltaDown
리턴 System.Boolean

DeltaFire 공개적으로 프로퍼티

public Boolean,System DeltaFire
리턴 System.Boolean

DeltaLeft 공개적으로 프로퍼티

public Boolean,System DeltaLeft
리턴 System.Boolean

DeltaRight 공개적으로 프로퍼티

public Boolean,System DeltaRight
리턴 System.Boolean

DeltaSecondary 공개적으로 프로퍼티

public Boolean,System DeltaSecondary
리턴 System.Boolean

DeltaUp 공개적으로 프로퍼티

public Boolean,System DeltaUp
리턴 System.Boolean

DeltaUpgrade 공개적으로 프로퍼티

public Boolean,System DeltaUpgrade
리턴 System.Boolean

Down 공개적으로 프로퍼티

public Boolean,System Down
리턴 System.Boolean

Fire 공개적으로 프로퍼티

public Boolean,System Fire
리턴 System.Boolean

Left 공개적으로 프로퍼티

public Boolean,System Left
리턴 System.Boolean

Right 공개적으로 프로퍼티

public Boolean,System Right
리턴 System.Boolean

Secondary 공개적으로 프로퍼티

public Boolean,System Secondary
리턴 System.Boolean

Up 공개적으로 프로퍼티

public Boolean,System Up
리턴 System.Boolean

Upgrade 공개적으로 프로퍼티

public Boolean,System Upgrade
리턴 System.Boolean