GSKRotation

Objective-C

enum GSKRotation : NSInteger {}

Swift

enum GSKRotation : Int, @unchecked Sendable

Defines an image rotation by increment of 90 degrees.

  • Undocumented

    Declaration

    Objective-C

    GSKRotationNone = 0

    Swift

    case rotationNone = 0
  • Undocumented

    Declaration

    Objective-C

    GSKRotationClockwise = 1

    Swift

    case rotationClockwise = 1
  • Undocumented

    Declaration

    Objective-C

    GSKRotation180 = 2

    Swift

    case rotation180 = 2
  • Undocumented

    Declaration

    Objective-C

    GSKRotationCounterClockwise = 3

    Swift

    case rotationCounterClockwise = 3