Version: Unity 6 (6000.0)
LanguageEnglish
  • C#

StyleCursor

struct in UnityEngine.UIElements

/

Implemented in:UnityEngine.UIElementsModule


Implements interfaces:IStyleValue<T0>

Description

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

Properties

Description
keyword The style keyword.
value The Cursor value.

Constructors

Description
StyleCursor Creates from either a Cursor or StyleKeyword.