Esempio n. 1
0
 public static ActionInstance PlayFixed(this ActionBase action, ActionInstance recycleInstance = null)
 {
     return(action.Enqueue(recycleInstance).Play(UpdateType.FIXED));
 }
Esempio n. 2
0
 public static ActionInstance PlayUnscaled(this ActionBase action, ActionInstance recycleInstance = null)
 {
     return(action.Enqueue(recycleInstance).Play(UpdateType.UNSCALED));
 }