Show / Hide Table of Contents

    Delegate OverlayVisibilityRequest

    Delegate called to toggle visibility for IMobileOverlayVisualChildren.

    Namespace: Microsoft.MixedReality.SpectatorView
    Assembly: cs.temp.dll.dll
    Syntax
    public delegate void OverlayVisibilityRequest(bool visible);
    Parameters
    Type Name Description
    Boolean visible

    If true, show any associated game object/UI. If false, hide said content

    Back to top Generated by DocFX