InputBehaviorbuttonShortPressExpiresIn Property |
Time in seconds after a short press is registered after which it will expire and no longer return true for any button events.
For example: If you want the press to expire 2 seconds after the press first registers true, set this value to 2.
This is useful, for example, if you want short and long presses to be mutually exclusive.
[0 = Never expires]
Namespace:
Rewired
Assembly:
Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public float buttonShortPressExpiresIn { get; set; }
Property Value
Type:
SingleSee Also