Skip to content

SpriteDirection

Alex Kulcsar edited this page Apr 20, 2023 · 1 revision

SpriteDirection enum

Indicates if images for moving sprites are "pointing" in a particular direction. Images will be flipped so that they appear to be moving in the correct direction.

Values

  • SpriteDirection.Both
  • SpriteDirection.PointsLeft
  • SpriteDirection.PointsRight
Clone this wiki locally