Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

StyleBackgroundPosition

struct in UnityEngine.UIElements

/

Implemented in:UnityEngine.UIElementsModule


Implements interfaces:IStyleValue<T0>

Description

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

Properties

Description
keyword The style keyword.
value The BackgroundPosition value.

Constructors

Description
StyleBackgroundPosition Creates a new StyleBackgroundPosition from either a BackgroundPosition or a StyleKeyword.