Пример #1
0
 public MixedRealityDiagnosticsSystem(MixedRealityDiagnosticsProfile profile)
     : base(profile)
 {
     if (MixedRealityToolkit.Instance.ActiveProfile.DiagnosticsSystemProfile == null)
     {
         throw new Exception("Missing Diagnostics system profile!");
     }
 }
 /// <summary>
 /// Constructor.
 /// </summary>
 /// <param name="profile">Diagnostics service configuration profile.</param>
 public MixedRealityDiagnosticsSystem(MixedRealityDiagnosticsProfile profile)
     : base(profile)
 {
     this.profile = profile;
 }