Artemis.Engine.Graphics.RenderOrder.SetNextAction C# (CSharp) Method

SetNextAction() public method

Set the next render order action to the given IRenderOrderAction.
public SetNextAction ( AbstractRenderOrderAction action ) : void
action AbstractRenderOrderAction
return void
        public void SetNextAction(AbstractRenderOrderAction action)
        {
            Actions.Add(action);
        }