Show / Hide Table of Contents

    Class MobileOverlayVisual

    Helper class responsible for facilitating visibility changes in mobile UI

    Inheritance
    Object
    MobileOverlayVisual
    Namespace: Microsoft.MixedReality.SpectatorView
    Assembly: cs.temp.dll.dll
    Syntax
    public class MobileOverlayVisual : MonoBehaviour

    Fields

    _children

    List of MonoBehaviours implementing IMobileOverlayVisualChild. Errors will be thrown if any elements don't implement IMobileOverlayVisualChild.

    Declaration
    protected List<MonoBehaviour> _children
    Field Value
    Type Description
    List<MonoBehaviour>

    _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
    In This Article
    • Fields
      • _children
      • _holdTimeToDisplay
    Back to top Generated by DocFX