This version of Unity is unsupported.

StyleRotate

struct in UnityEngine.UIElements

/

Implemented in:UnityEngine.UIElementsModule

Description

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

Properties

keyword The style keyword.
value The Rotate value.

Constructors

StyleRotate Creates a StyleRotate from either a Rotate or a StyleKeyword.