Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


drawOrder

Controls the relative order this world is drawn in across all worlds. Worlds with a lower draw order are drawn first, so worlds with a higher draw order are drawn on top. See _drawOrder.
Read time 1 minuteLast updated 12 days ago

Definition

  • Type: Property
  • Namespace: Unity.U2D.Physics
  • Assembly: UnityEngine.PhysicsCore2DModule
public int drawOrder { readonly get; set; }