Click or drag to resize

Performance Methods

The Performance type exposes the following members.

Methods
  NameDescription
Public methodStatic memberGetMonitor

Returns the value of one of the available monitors. You should provide one of the PerformanceMonitor constants as the argument, like this:

print(Performance.get_monitor(Performance.TIME_FPS)) # Prints the FPS to the console

Top
See Also