Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration CacheMode

Enum for cache mode.

Index

Enumeration members

Enumeration members

BITMAP

BITMAP: = 1

In BITMAP mode, cache the label as a static image and add it to the dynamic atlas for batch rendering, and can batching with Sprites using broken images.

CHAR

CHAR: = 2

In CHAR mode, split text into characters and cache characters into a dynamic atlas which the size of 1024 * 1024.

NONE

NONE: = 0

Do not do any caching.

Generated using TypeDoc