Version: 1.4
LanguageEnglish
  • C#

AtlasPopulationMode

enumeration

Description

Options to specify the atlas population mode, which defines the type of font asset.

Properties

StaticStatic font assets offer the best performance of any font asset type. You create and pre-populate them in the Editor.They cannot be modified at runtime. A static font asset is standalone. Its source font file is not included in builds.
DynamicDynamic font assets can be populated at runtime, but incur a higher performance overhead than static font assets. A dynamic font asset depends on its source font file, which is included in builds.
DynamicOSDynamic OS font assets provide the same functionality and performance as dynamic font assets. In the Editor, a Dynamic OS font asset depends on its source font file. For a Dynamic OS font asset to work in a build, the target platform must contain its source font file.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答