Added Seconds history field to TrackedObject
This commit is contained in:
parent
f5a7a83ccb
commit
cb1bcaf14f
@ -27,6 +27,7 @@ namespace UnityEditor
|
|||||||
{
|
{
|
||||||
EditorGUILayout.LabelField("Total points: ", trackedObject.TotalPoints.ToString(), EditorStyles.label);
|
EditorGUILayout.LabelField("Total points: ", trackedObject.TotalPoints.ToString(), EditorStyles.label);
|
||||||
EditorGUILayout.LabelField("Avg time between points: ", trackedObject.AvgTimeBetweenPointsMs.ToString() + " ms", EditorStyles.label);
|
EditorGUILayout.LabelField("Avg time between points: ", trackedObject.AvgTimeBetweenPointsMs.ToString() + " ms", EditorStyles.label);
|
||||||
|
EditorGUILayout.LabelField("Total history: ", trackedObject.TotalTimeHistory.ToString() + " seconds", EditorStyles.label);
|
||||||
}
|
}
|
||||||
Repaint();
|
Repaint();
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user