Performance Methods |
The Performance type exposes the following members.
Name | Description | |
---|---|---|
GetMonitor | 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 |