We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5a7a83 commit cb1bcafCopy full SHA for cb1bcaf
1 file changed
MLAPI-Editor/TrackedObjectEditor.cs
@@ -27,6 +27,7 @@ public override void OnInspectorGUI()
27
{
28
EditorGUILayout.LabelField("Total points: ", trackedObject.TotalPoints.ToString(), EditorStyles.label);
29
EditorGUILayout.LabelField("Avg time between points: ", trackedObject.AvgTimeBetweenPointsMs.ToString() + " ms", EditorStyles.label);
30
+ EditorGUILayout.LabelField("Total history: ", trackedObject.TotalTimeHistory.ToString() + " seconds", EditorStyles.label);
31
}
32
Repaint();
33
0 commit comments