setPriority abstract method

Future setPriority(
  1. ThermionEntity entityId,
  2. int priority
)

Sets the draw priority for the given entity. See RenderableManager.h for more details.

Implementation

Future setPriority(ThermionEntity entityId, int priority);