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

Enumeration Value

Description

Normal square pixels, this is the default pixel style if one is not specified.

Example

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

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

    return hw;
}

See Docs

Features - Pixel Style