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

StyleEnum<T0>

struct in UnityEngine.UIElements

/

Implemented in:UnityEngine.UIElementsModule


Implements interfaces:IStyleValue<T0>

Description

Style value that can be either an enum or a StyleKeyword.

Properties

keyword The style keyword.
value The style value.

Constructors

StyleEnum_1 Creates from either an enum or a StyleKeyword.