Property | Type | Description | |
---|---|---|---|
InputButton | string | ||
TotalHoldTime | float | ||
slowResetMultiplier | float | ||
type | Type |
Method | Description | |
---|---|---|
Awake ( ) : void | ||
CurrentHeldTime ( ) : float |
Get the time the button has been held for.
|
|
HitEvent ( bool b, GameObject g ) : void | ||
Update ( ) : void |
public HitEvent ( bool b, GameObject g ) : void | ||
b | bool | |
g | GameObject | |
return | void |