ImagePosition

enum ImagePosition : String

These are the possible positions for an image. StorySequencePlayer interprets these cases per left and right.

Near describes the image being close to the edge of the screen, and far describes the image being close to the middle of the screen. Mid is the middle of those positions.

** This enum typically won’t need to change or be updated, but if any are made, make sure to also reflect those changes in the PowerUp Story Designer web app.

  • Undocumented

    Declaration

    Swift

    static let cases: [StorySequence.ImagePosition]
  • Undocumented

    Declaration

    Swift

    case hidden = "hidden"
  • Undocumented

    Declaration

    Swift

    case near = "near"
  • mid

    Undocumented

    Declaration

    Swift

    case mid = "mid"
  • far

    Undocumented

    Declaration

    Swift

    case far = "far"