Click or drag to resize

TouchInteractablehideWhenIdle Property

Sets visibility to False when the control is idle. When the control is no longer idle, visibility will be set to True again.

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

Property Value

Type: Boolean
See Also