C# 클래스 InputProviderPCStd, ProjectPhoenix

상속: MonoBehaviour
파일 보기 프로젝트 열기: Alx666/ProjectPhoenix 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Backward KeyCode,
Fire KeyCode,
Left KeyCode,
PanLeft KeyCode,
PanRight KeyCode,
Right KeyCode,
Stop KeyCode,
Up KeyCode,

공개 메소드들

메소드 설명
Awake ( ) : void
Update ( ) : void

메소드 상세

Awake() 공개 메소드

public Awake ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void

프로퍼티 상세

Backward 공개적으로 프로퍼티

public KeyCode, Backward
리턴 KeyCode,

Fire 공개적으로 프로퍼티

public KeyCode, Fire
리턴 KeyCode,

Left 공개적으로 프로퍼티

public KeyCode, Left
리턴 KeyCode,

PanLeft 공개적으로 프로퍼티

public KeyCode, PanLeft
리턴 KeyCode,

PanRight 공개적으로 프로퍼티

public KeyCode, PanRight
리턴 KeyCode,

Right 공개적으로 프로퍼티

public KeyCode, Right
리턴 KeyCode,

Stop 공개적으로 프로퍼티

public KeyCode, Stop
리턴 KeyCode,

Up 공개적으로 프로퍼티

public KeyCode, Up
리턴 KeyCode,