setPriority abstract method
Render order priority (higher draws above). Returns true if the operation is successful, false otherwise.
Example:
bool priOk = m.setPriority(10.0);
print("Model setPriority: $priOk");
Implementation
bool setPriority(double priority);