For the complete documentation index, see llms.txt. This page is also available as Markdown.

Update

FlatRedBallServices.Update performs all non-drawing FlatRedBall updates. This includes:

  • Updating all managed object positions, velocities, rotations, and other velocity/rate variables

  • Reading input

  • Performing instructions

This method should be called in the Game's Update function, prior to any custom activity.

Last updated

Was this helpful?