This version of Unity is unsupported.

StyleLength

struct in UnityEngine.UIElements

/

Implemented in:UnityEngine.UIElementsModule

Description

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

Properties

keywordThe style keyword.
valueThe Length value.

Constructors

StyleLengthCreates from either a Length or a StyleKeyword.