C# 클래스 Common.InputState

파일 보기 프로젝트 열기: gamemachine/gamemachine

공개 프로퍼티들

프로퍼티 타입 설명
activeInputs HashSet
cameraDisabled bool
chatfocus bool
dragging bool

공개 메소드들

메소드 설명
CameraDisabled ( ) : bool
KeyInputActive ( ) : bool
SetInput ( string key, bool active ) : void

메소드 상세

CameraDisabled() 공개 정적인 메소드

public static CameraDisabled ( ) : bool
리턴 bool

KeyInputActive() 공개 정적인 메소드

public static KeyInputActive ( ) : bool
리턴 bool

SetInput() 공개 정적인 메소드

public static SetInput ( string key, bool active ) : void
key string
active bool
리턴 void

프로퍼티 상세

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

public static HashSet activeInputs
리턴 HashSet

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

public static bool cameraDisabled
리턴 bool

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

public static bool chatfocus
리턴 bool

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

public static bool dragging
리턴 bool