|
@@ -100,6 +100,9 @@ public:
|
|
|
void ShowDebugHud(bool value);
|
|
void ShowDebugHud(bool value);
|
|
|
void ToggleDebugHud();
|
|
void ToggleDebugHud();
|
|
|
|
|
|
|
|
|
|
+ /// Cycle debug HUD between showing primitive stats, current mode, profiler data, all three or none
|
|
|
|
|
+ void CycleDebugHudMode();
|
|
|
|
|
+
|
|
|
void SetDebugHudProfileMode(DebugHudProfileMode mode);
|
|
void SetDebugHudProfileMode(DebugHudProfileMode mode);
|
|
|
|
|
|
|
|
void SetDebugHudExtents(bool useRootExtents = true, const IntVector2& position = IntVector2::ZERO, const IntVector2& size = IntVector2::ZERO);
|
|
void SetDebugHudExtents(bool useRootExtents = true, const IntVector2& position = IntVector2::ZERO, const IntVector2& size = IntVector2::ZERO);
|