C# Class MiningGame.Code.Managers.PlayerBindManager

Afficher le fichier Open project: geel9/Minor-Destruction

Méthodes publiques

Свойство Type Description
PlayerBinds List
buttonsBeingPressed List

Méthodes publiques

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

Method Details

BindButton() public static méthode

public static BindButton ( string button, string action ) : void
button string
action string
Résultat void

BindPressed() public static méthode

public static BindPressed ( string button, bool pressing = true ) : void
button string
pressing bool
Résultat void

InitBinds() public static méthode

public static InitBinds ( ) : void
Résultat void

Property Details

PlayerBinds public_oe static_oe property

public static List PlayerBinds
Résultat List

buttonsBeingPressed public_oe static_oe property

public static List buttonsBeingPressed
Résultat List