Show / Hide Table of Contents

    Interface IMobileOverlayVisualChild

    Interface implemented by classes that show/hide based on spectator view UI visibility changes

    Namespace: Microsoft.MixedReality.SpectatorView
    Assembly: cs.temp.dll.dll
    Syntax
    public interface IMobileOverlayVisualChild

    Methods

    Hide()

    Hide any associated UI/GameObjects

    Declaration
    void Hide()

    Show()

    Show any associated UI/GameObjects

    Declaration
    void Show()

    Events

    OverlayVisibilityRequest

    Event for requesting to show/hide spectator view UI

    Declaration
    event OverlayVisibilityRequest OverlayVisibilityRequest
    Event Type
    Type Description
    OverlayVisibilityRequest
    Back to top Generated by DocFX