Show / Hide Table of Contents

    Class NetworkConfigurationSettings

    Inheritance
    Object
    Singleton<NetworkConfigurationSettings>
    NetworkConfigurationSettings
    Inherited Members
    Singleton<NetworkConfigurationSettings>.IsInitialized
    Singleton<NetworkConfigurationSettings>.Awake()
    Singleton<NetworkConfigurationSettings>.OnDestroy()
    Singleton<NetworkConfigurationSettings>.Instance
    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
    GameObject
    Back to top Generated by DocFX