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:
Rewired
Assembly:
Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public float buttonLongPressExpiresIn { get; set; }
Property Value
Type:
SingleSee Also