Expand description
An item which will be drawn to the screen. A phase item should be queued up for rendering
during the RenderStageLabel::Queue stage.
Afterwards it will be sorted and rendered automatically in the
RenderStageLabel::PhaseSort stage and
RenderStageLabel::Render stage, respectively.
Required Associated Types
Required Methods
Determines the order in which the items are drawn during the corresponding RenderPhase.