Enum SimpleRotation
Definition
Namespace: StardewUI.Graphics
Assembly: StardewUI.dll
Types of rotations that are considered to be "simple", i.e. those that only transpose pixels and are therefore fast and non-deforming.
Inheritance
Object ⇦ ValueType ⇦ Enum ⇦ SimpleRotation
Fields
Name | Value | Description |
---|---|---|
QuarterClockwise | 0 | Rotate 90° in the clockwise direction. |
QuarterCounterclockwise | 1 | Rotate 90° in the counterclockwise direction. |
Half | 2 | Rotate 180°. |