C# 클래스 Nez.VirtualJoystick.KeyboardKeys

상속: Node
파일 보기 프로젝트 열기: prime31/Nez

공개 프로퍼티들

프로퍼티 타입 설명
down Keys
left Keys
overlapBehavior OverlapBehavior
right Keys
up Keys

공개 메소드들

메소드 설명
KeyboardKeys ( OverlapBehavior overlapBehavior, Keys left, Keys right, Keys up, Keys down ) : System.Collections.Generic
update ( ) : void

메소드 상세

KeyboardKeys() 공개 메소드

public KeyboardKeys ( OverlapBehavior overlapBehavior, Keys left, Keys right, Keys up, Keys down ) : System.Collections.Generic
overlapBehavior OverlapBehavior
left Keys
right Keys
up Keys
down Keys
리턴 System.Collections.Generic

update() 공개 메소드

public update ( ) : void
리턴 void

프로퍼티 상세

down 공개적으로 프로퍼티

public Keys down
리턴 Keys

left 공개적으로 프로퍼티

public Keys left
리턴 Keys

overlapBehavior 공개적으로 프로퍼티

public OverlapBehavior overlapBehavior
리턴 OverlapBehavior

right 공개적으로 프로퍼티

public Keys right
리턴 Keys

up 공개적으로 프로퍼티

public Keys up
리턴 Keys