This version of Unity is unsupported.

StyleBackgroundSize

struct in UnityEngine.UIElements

/

Implemented in:UnityEngine.UIElementsModule

Description

Represents a style value that can be either a BackgroundSize or a StyleKeyword.

Properties

keyword The style keyword.
value The BackgroundSize value.

Constructors

StyleBackgroundSize Creates a new StyleBackgroundSize from either a BackgroundSize or a StyleKeyword.