Skip to content

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.

public enum SimpleRotation

Inheritance
ObjectValueTypeEnum ⇦ 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°.