setPriority abstract method

bool setPriority(
  1. double priority
)

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);