Enumerations | |
enum | RenderMode { RenderMode.Atlas, RenderMode.NoAtlas } |
The render mode tells PowerUI how to render, either with an atlas or without one. Depending on your platform, one or the other may be more suitable. No atlas uses less memory, but is slower to render. More... | |
enum RenderMode |
The render mode tells PowerUI how to render, either with an atlas or without one. Depending on your platform, one or the other may be more suitable. No atlas uses less memory, but is slower to render.
Enumerator | |
---|---|
Atlas |
Default. Textures are placed on an atlas. Fast rendering but higher memory usage. |
NoAtlas |
Textures are rendered as they come. Slower rendering time but minimal memory usage. |