Version: Unity 6 Preview (6000.0)
LanguageEnglish
  • C#

StyleFontDefinition

struct in UnityEngine.UIElements

/

Implemented in:UnityEngine.UIElementsModule


Implements interfaces:IStyleValue<T0>

Description

Style value that can be either a FontDefinition or a StyleKeyword.

Properties

keyword The style keyword.
value The actual value of the definition.

Constructors

StyleFontDefinition Creates from either a FontDefinition or a StyleKeyword.