Class MobileOverlayVisual
Helper class responsible for facilitating visibility changes in mobile UI
Namespace: Microsoft.MixedReality.SpectatorView
Assembly: cs.temp.dll.dll
Syntax
public class MobileOverlayVisual : MonoBehaviour
Fields
_children
List of MonoBehaviours implementing IMobile
Declaration
protected List<MonoBehaviour> _children
Field Value
Type | Description |
---|---|
List<Mono |
_holdTimeToDisplay
Amount of time (in seconds) to press and hold the screen in order to toggle mobile UI visibility.
Declaration
protected float _holdTimeToDisplay
Field Value
Type | Description |
---|---|
Single |