public void SetPriority()
 {
     if (Priority < 0)
     {
         Priority = GlobalValues.GetNextRenderQueueSlot();
     }
 }