C# Class MiningGame.Code.Managers.PlayerBindManager

显示文件 Open project: geel9/Minor-Destruction

Public Properties

Property Type Description
PlayerBinds List
buttonsBeingPressed List

Public Methods

Method Description
BindButton ( string button, string action ) : void
BindPressed ( string button, bool pressing = true ) : void
InitBinds ( ) : void

Method Details

BindButton() public static method

public static BindButton ( string button, string action ) : void
button string
action string
return void

BindPressed() public static method

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

InitBinds() public static method

public static InitBinds ( ) : void
return void

Property Details

PlayerBinds public_oe static_oe property

public static List PlayerBinds
return List

buttonsBeingPressed public_oe static_oe property

public static List buttonsBeingPressed
return List