AudioAsset
Ease
FastString
FontAsset
NineSlice
PackedSprite
PackedSpriteID
RB
   HardwareSettings
   IRetroBlitGame
RBAsset
Rect2i
ShaderAsset
SoundReference
SpriteGrid
SpriteSheetAsset
TMXMapAsset
   TMXLayer
   TMXLayerLoadState
   TMXObject
   TMXObjectGroup
   TMXProperties
Vector2i

RB::IRetroBlitGame.Update

Method

public void Update()

Parameters

No parameters.

Returns

Nothing.

Description

Called at a fixed interval set in IRetroBlitGame.QueryHardware (60 fps by default). All game logic should go in here.

See Also

RB.HardwareSettings.FPS

See Docs

Features - The Game Loop