Game Logic: NextFrame

NextFrame()
  • Renders the next frame (if Python has control)
Sample Code

################## render the next frame
# import bge
import bge

# render the next frame
bge.logic.NextFrame()