Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

StyleTextShadow

struct in UnityEngine.UIElements

/

Implemented in:UnityEngine.UIElementsModule


Implements interfaces:IStyleValue<T0>

Description

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

Properties

Description
keyword The style keyword.
value The TextShadow value.

Constructors

Description
StyleTextShadow Creates from either a TextShadow or StyleKeyword.