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