setPriority method
Sets the draw priority for the given entity. See RenderableManager.h for more details.
Implementation
@override
Future setPriority(ThermionEntity entityId, int priority) {
// TODO: implement setPriority
throw UnimplementedError();
}