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: RewiredAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+fd80194fe28f6b408ce098e98c53850d307c3a32
Syntaxpublic float buttonShortPressExpiresIn { get; set; }Property Value
Single
See Also