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

RB.Effect.Rotation

Enumeration Value

Description

Rotates the display. The rotation can be controlled by specifying the angle of clockwise rotation in degrees.

Example

void Initialize()
{
    // Rotate the display clockwise by 25 degrees.
    RB.EffectSet(RB.Effect.Rotation, 25.0f);
}

See Docs

Features - Postprocessing Shaders