/// <summary> /// Set the next render order action to the given IRenderOrderAction. /// </summary> /// <param name="action"></param> public void SetNextAction(AbstractRenderOrderAction action) { Actions.Add(action); }