C# 클래스 MiningGame.Code.Managers.PlayerBindManager

파일 보기 프로젝트 열기: geel9/Minor-Destruction

공개 프로퍼티들

프로퍼티 타입 설명
PlayerBinds List
buttonsBeingPressed List

공개 메소드들

메소드 설명
BindButton ( string button, string action ) : void
BindPressed ( string button, bool pressing = true ) : void
InitBinds ( ) : void

메소드 상세

BindButton() 공개 정적인 메소드

public static BindButton ( string button, string action ) : void
button string
action string
리턴 void

BindPressed() 공개 정적인 메소드

public static BindPressed ( string button, bool pressing = true ) : void
button string
pressing bool
리턴 void

InitBinds() 공개 정적인 메소드

public static InitBinds ( ) : void
리턴 void

프로퍼티 상세

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

public static List PlayerBinds
리턴 List

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

public static List buttonsBeingPressed
리턴 List