InputBehaviorbuttonLongPressExpiresIn Property |
Time in seconds after a long 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.
[0 = Never expires]
Namespace: RewiredAssembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0+fd80194fe28f6b408ce098e98c53850d307c3a32
Syntaxpublic float buttonLongPressExpiresIn { get; set; }Property Value
Single
See Also