Interface INetworkConfigurationVisual
Namespace: Microsoft.MixedReality.SpectatorView
Assembly: cs.temp.dll.dll
Syntax
public interface INetworkConfigurationVisual
Methods
Hide()
Called to hide the network configuration visual.
Declaration
void Hide()
Show()
Called to show the network configuration visual.
Declaration
void Show()
Events
NetworkConfigurationUpdated
Called when the associated network configuration has been updated.
Declaration
event Action<INetworkConfigurationVisual, string> NetworkConfigurationUpdated
Event Type
Type | Description |
---|---|
Action<INetwork |