C# 클래스 Nez.VirtualAxis.KeyboardKeys

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

공개 프로퍼티들

프로퍼티 타입 설명
negative Keys
overlapBehavior OverlapBehavior
positive Keys

공개 메소드들

메소드 설명
KeyboardKeys ( OverlapBehavior overlapBehavior, Keys negative, Keys positive ) : System.Collections.Generic
update ( ) : void

메소드 상세

KeyboardKeys() 공개 메소드

public KeyboardKeys ( OverlapBehavior overlapBehavior, Keys negative, Keys positive ) : System.Collections.Generic
overlapBehavior OverlapBehavior
negative Keys
positive Keys
리턴 System.Collections.Generic

update() 공개 메소드

public update ( ) : void
리턴 void

프로퍼티 상세

negative 공개적으로 프로퍼티

public Keys negative
리턴 Keys

overlapBehavior 공개적으로 프로퍼티

public OverlapBehavior overlapBehavior
리턴 OverlapBehavior

positive 공개적으로 프로퍼티

public Keys positive
리턴 Keys