struct GUIVectorSpriteAtlasSettings

Settings used for initializing GUIVectorSpriteAtlas.

Public

Fields

AtlasPageSize

u32 AtlasPageSize

Size of a single page in the texture atlas.

UniqueAllocationSize

u32 UniqueAllocationSize

Any allocations equal or above this size will be created in a unique texture, rather than the atlas.

KeepUnusedTexturesFor

u32 KeepUnusedTexturesFor

Number of frames to keep unused textures for, in case they are re-used.