This version of Unity is unsupported.

StyleInt

struct in UnityEngine.UIElements

/

Implemented in:UnityEngine.UIElementsModule

Description

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

Properties

keyword The style keyword.
value The integer value.

Constructors

StyleInt Creates from either an integer or StyleKeyword.