StyleRotate
Represents a style value that can be either a Rotate or a StyleKeyword.
Read time 1 minuteLast updated 10 days ago
Definition
- Type: Struct
- Namespace: UnityEngine.UIElements
- Assembly: UnityEngine.UIElementsModule
- Implements: IStyleValue<Rotate>, IEquatable<StyleRotate>
public struct StyleRotate : IStyleValue<Rotate>, IEquatable<StyleRotate>
Constructors
Constructor | Description |
|---|---|
| StyleRotate(UnityEngine.Quaternion) | Creates a StyleRotate from a Quaternion. |
| StyleRotate(UnityEngine.UIElements.Rotate) | Creates a StyleRotate from a Rotate. |
| StyleRotate(UnityEngine.UIElements.StyleKeyword) | Creates a StyleRotate from a StyleKeyword. |