API Docs for: 0.0.2
Show:

Atlantis.SpriteSortMode Class

Module: Framework
Parent Module: Atlantis

Define the sort mode of a sprite batch.

  • BackToFront: All items of the batch are drawn to the smallest to the biggest layer depth
  • FrontToBack: All items of the batch are drawn to the biggest to the smallest layer depth
  • Immediate: No sorting, all is drawn without layer depth sorting.

Item Index