Method | Description | |
---|---|---|
GetAxis ( string key ) : float | ||
GetHorizontal ( ) : float | ||
GetVertical ( ) : float | ||
IsAcceptPressed ( ) : bool | ||
IsCancelPressed ( ) : bool | ||
IsCharMinusPressed ( ) : bool | ||
IsCharPlusPressed ( ) : bool | ||
IsHeld ( string key ) : bool | ||
IsHeld ( string key, InputHandling, inputHandling ) : bool | ||
IsPressed ( string key ) : bool | ||
IsPressed ( string key, InputHandling, inputHandling ) : bool | ||
IsSkillMinusPressed ( ) : bool | ||
IsSkillPlusPressed ( ) : bool |
public static IsHeld ( string key, InputHandling, inputHandling ) : bool | ||
key | string | |
inputHandling | InputHandling, | |
return | bool |
public static IsPressed ( string key ) : bool | ||
key | string | |
return | bool |
public static IsPressed ( string key, InputHandling, inputHandling ) : bool | ||
key | string | |
inputHandling | InputHandling, | |
return | bool |