Class DefaultRenderableSorter

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      int compare​(Renderable o1, Renderable o2)  
      void sort​(Camera camera, Array<Renderable> renderables)
      Sorts the array of Renderable instances based on some criteria, e.g.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Comparator

        equals, reversed, thenComparing, thenComparing, thenComparing, thenComparingDouble, thenComparingInt, thenComparingLong
    • Constructor Detail

      • DefaultRenderableSorter

        public DefaultRenderableSorter()