Skip to content

Commit af4c5c3

Browse files
author
David Kline (ANALOG)
committed
restore diag profile tooltips
1 parent 2135bae commit af4c5c3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Assets/MixedRealityToolkit/Definitions/Diagnostics/MixedRealityDiagnosticsProfile.cs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ public class MixedRealityDiagnosticsProfile : BaseMixedRealityProfile
1515
{
1616
[SerializeField]
1717
[FormerlySerializedAs("visible")]
18+
[Tooltip("Display all enabled diagnostics")]
1819
private bool showDiagnostics = false;
1920

2021
/// <summary>
@@ -23,6 +24,7 @@ public class MixedRealityDiagnosticsProfile : BaseMixedRealityProfile
2324
public bool ShowDiagnostics => showDiagnostics;
2425

2526
[SerializeField]
27+
[Tooltip("Display profiler")]
2628
private bool showProfiler = false;
2729

2830
/// <summary>

0 commit comments

Comments
 (0)