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

StyleColor

struct in UnityEngine.UIElements

/

Implemented in:UnityEngine.UIElementsModule


Implements interfaces:IStyleValue<T0>

Description

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

Properties

keyword The style keyword.
value The Color value.

Constructors

StyleColor Creates from either a Color or StyleKeyword.