We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d84bdf commit 237ed98Copy full SHA for 237ed98
Assets/MixedRealityToolkit/_Core/Inspectors/Profiles/MixedRealityDiagnosticsSystemProfileInspector.cs
@@ -6,12 +6,11 @@
6
using UnityEditor;
7
using UnityEngine;
8
9
-namespace Microsoft.MixedReality.Toolkit.Inspectors.Profiles
+namespace Microsoft.MixedReality.Toolkit.Core.Inspectors.Profiles
10
{
11
[CustomEditor(typeof(MixedRealityDiagnosticsProfile))]
12
public class MixedRealityDiagnosticsSystemProfileInspector : MixedRealityBaseConfigurationProfileInspector
13
14
-
15
private SerializedProperty showCpu;
16
private SerializedProperty showFps;
17
private SerializedProperty showMemory;
0 commit comments