Bearbeiten

MixedRealityToolkitConfigurationProfile.UseServiceInspectors Property

Definition

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

Applies to