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.QueryHardware

Method

public HardwareSettings QueryHardware()

Parameters

No parameters.

Returns

HardwareSettings

Hardware capabilities

Description

Called once on startup to query the game for its hardware capabilities. This call happens before any other call to this interface. The RetroBlit game must filled out the HardwareSettings class and return it.

See Also

RB.HardwareSettings

See Docs

Features - The Game Loop