MixedRealityToolkitConfigurationProfile.UseServiceInspectors Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
Service inspectors will be removed in an upcoming release
If true, MRTK will generate components that let you to view the state of running services. These objects will not be generated at runtime.
public:
property bool UseServiceInspectors { bool get(); };
[System.Obsolete("Service inspectors will be removed in an upcoming release")]
public bool UseServiceInspectors { get; }
[<System.Obsolete("Service inspectors will be removed in an upcoming release")>]
member this.UseServiceInspectors : bool
Public ReadOnly Property UseServiceInspectors As Boolean
Property Value
- Attributes