Click or drag to resize

TouchButtonactivateOnSwipeIn Property

If true, the button can be turned on by a touch swipe that began in an area outside the button region. If false, the button can only be turned on by a direct press.

Namespace: Rewired.ComponentControls
Assembly: Rewired_Core (in Rewired_Core.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public bool activateOnSwipeIn { get; set; }

Property Value

Boolean
See Also