Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

StyleInt

struct in UnityEngine.UIElements

/

Implemented in:UnityEngine.UIElementsModule


Implements interfaces:IStyleValue<T0>

Description

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

Properties

Description
keyword The style keyword.
value The integer value.

Constructors

Description
StyleInt Creates from either an integer or StyleKeyword.