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 |