Méthode | Description | |
---|---|---|
GetAxis ( string axis ) : float | ||
GetButton ( string buttonName ) : bool | ||
GetButtonUp ( string buttonName, int uniquIdentifier ) : bool | ||
GetKey ( string keyName ) : bool | ||
GetKeyUp ( string keyName, int uniquIdentifier ) : bool | ||
KeyboardEvent ( string keyName, int uniquIdentifier ) : bool | ||
ResetPressList ( ) : void |
public GetButton ( string buttonName ) : bool | ||
buttonName | string | |
Résultat | bool |
public GetButtonUp ( string buttonName, int uniquIdentifier ) : bool | ||
buttonName | string | |
uniquIdentifier | int | |
Résultat | bool |
public GetKeyUp ( string keyName, int uniquIdentifier ) : bool | ||
keyName | string | |
uniquIdentifier | int | |
Résultat | bool |
public KeyboardEvent ( string keyName, int uniquIdentifier ) : bool | ||
keyName | string | |
uniquIdentifier | int | |
Résultat | bool |