Engine3DFrameRate()

Syntax

Result = Engine3DFrameRate(Type)
Description
Returns the 3D engine frame rate (i.e. number of frames per second) depending of the specified 'Type'. 'Type' can be one of the following values:
  #PB_Engine3D_Current : Current frame rate
  #PB_Engine3D_Average : Average frame rate achieved since the engine started running
  #PB_Engine3D_Maximum : Best frame rate achieved since the engine started running
  #PB_Engine3D_Minimum : Worst frame rate achieved since the engine started running
  #PB_Engine3D_Reset   : Reset the frame rate statistics (minimum, maximum and average)

Supported OS

All

<- EnableWorldPhysics() - Engine3D Index - ExamineWorldCollisions() ->