Interface IntRenderableSorter
- All Known Implementing Classes:
DefaultIntRenderableSorter, SceneRenderableSorter
public interface IntRenderableSorter
-
Method Summary
Modifier and TypeMethodDescriptionvoidsort(com.badlogic.gdx.graphics.Camera camera, com.badlogic.gdx.utils.Array<IntRenderable> renderables) Sorts the array ofIntRenderableinstances based on some criteria, e.g.
-
Method Details
-
sort
void sort(com.badlogic.gdx.graphics.Camera camera, com.badlogic.gdx.utils.Array<IntRenderable> renderables) Sorts the array ofIntRenderableinstances based on some criteria, e.g. material, distance to camera etc.- Parameters:
renderables- the array of renderables to be sorted
-