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

RB.PixelStyle.Tall

Enumeration Value

Description

Tall pixels, a single tall pixel is equivalent to a 1x2 pixel block.

Example

public RB.HardwareSettings QueryHardware()
{
    var hw = new RB.HardwareSettings();

    hw.DisplaySize = new Vector2i(320160);
    hw.PixelStyle = RB.PixelStyle.Tall;

    return hw;
}

See Docs

Features - Pixel Style