Class NetworkConfigurationSettings
Inherited Members
Namespace: Microsoft.MixedReality.SpectatorView
Assembly: cs.temp.dll.dll
Syntax
public class NetworkConfigurationSettings : Singleton<NetworkConfigurationSettings>
Properties
EnableMobileNetworkConfigurationVisual
When true, a mobile network configuration visual is used to obtain the user IP Address.
Declaration
public bool EnableMobileNetworkConfigurationVisual { get; }
Property Value
Type | Description |
---|---|
Boolean |
OverrideMobileNetworkConfigurationVisualPrefab
Prefab for creating a mobile network configuration visual.
Declaration
public GameObject OverrideMobileNetworkConfigurationVisualPrefab { get; }
Property Value
Type | Description |
---|---|
Game |