Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1018 Bytes

draw_order.md

File metadata and controls

30 lines (21 loc) · 1018 Bytes
title
DrawOrder

Draw order used for the display order of 2D elements.

Higher values are drawn on top of lower values. An entity can have only a single draw order component. Within an entity draw order is governed by the order of the components.

Draw order for entities with the same draw order is generally undefined.

Fields

  • value: f32

Links

Used by