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

PackedSpriteID

Struct

Description

Defines a packed sprite ID. Sprite IDs are static and not tied to any sprite sheet, they are tied to the sprite name, and can be used with multiple sprite sheets with matching sprite names.

PackedSpriteID is returned by RB.PackedSpriteID.

Variables

empty Empty sprite

Properties

id The sprite ID that corresponds to the sprite name

Methods

Equals PackedSpriteID equality
Equals Equality
GetHashCode Get hashcode
PackedSpriteID Constructor

Operators

operator!= Inequality operator
operator== Equality operator