C# 클래스 MegaMan.Engine.GameInputKeys

This class translates keyboard input keys into game input keys. Note that it still holds Keys enum values, not GameInput values. The keys are public so they can be changed by the config. It's kind of like an enum, but more useful.
상속: System.Collections.IEnumerable
파일 보기 프로젝트 열기: Tesserex/C--MegaMan-Engine

공개 프로퍼티들

프로퍼티 타입 설명
Down Keys
Jump Keys
Left Keys
Right Keys
Select Keys
Shoot Keys
Start Keys
Up Keys

공개 메소드들

메소드 설명
GetEnumerator ( ) : System.Collections.IEnumerator

메소드 상세

GetEnumerator() 공개 메소드

public GetEnumerator ( ) : System.Collections.IEnumerator
리턴 System.Collections.IEnumerator

프로퍼티 상세

Down 공개적으로 정적으로 프로퍼티

public static Keys Down
리턴 Keys

Jump 공개적으로 정적으로 프로퍼티

public static Keys Jump
리턴 Keys

Left 공개적으로 정적으로 프로퍼티

public static Keys Left
리턴 Keys

Right 공개적으로 정적으로 프로퍼티

public static Keys Right
리턴 Keys

Select 공개적으로 정적으로 프로퍼티

public static Keys Select
리턴 Keys

Shoot 공개적으로 정적으로 프로퍼티

public static Keys Shoot
리턴 Keys

Start 공개적으로 정적으로 프로퍼티

public static Keys Start
리턴 Keys

Up 공개적으로 정적으로 프로퍼티

public static Keys Up
리턴 Keys