Beispiel #1
0
 private System.Collections.IEnumerator ActionNode65_yes()
 {
     ActionNode66_component = this.Group;
     // ActionNode
     while (this.DebugInfo("542028e0-4e42-43d3-887e-68fdf506858a", "aec7e0d2-50fc-4fc5-82de-67f1cecfdaa0", this) == 1)
     {
         yield return(null);
     }
     // Visit TetrisUtils.TryRotate
     TetrisUtils.TryRotate(ActionNode66_component);
     yield break;
 }
Beispiel #2
0
 private System.Collections.IEnumerator ActionNode58_yes()
 {
     ActionNode55_component = this.Group;
     // ActionNode
     while (this.DebugInfo("71d4a479-701a-4b9a-8af4-7c24abc004f9", "e0863a58-8265-4f28-a213-98429cdb65bc", this) == 1)
     {
         yield return(null);
     }
     // Visit TetrisUtils.TryMoveLeft
     TetrisUtils.TryMoveLeft(ActionNode55_component);
     yield break;
 }
Beispiel #3
0
 private System.Collections.IEnumerator ActionNode61_yes()
 {
     ActionNode62_component = this.Group;
     // ActionNode
     while (this.DebugInfo("4de3e048-ca66-4a45-9aa1-25a070acd515", "fbc0865e-3e1d-4bcc-a6e3-e77a4f5ddd06", this) == 1)
     {
         yield return(null);
     }
     // Visit TetrisUtils.Update
     TetrisUtils.Update(ActionNode62_component, () => { System.StartCoroutine(ActionNode62_yes()); }, () => { System.StartCoroutine(ActionNode62_no()); });
     yield break;
 }
 private System.Collections.IEnumerator ActionNode30_yes()
 {
     ActionNode31_component = this.Group;
     // ActionNode
     while (this.DebugInfo("0ba78f37-2228-48a9-aa07-f2076c7f5fdd", "b77ce3ed-39d6-4f12-b4eb-b27fd3f871ab", this) == 1)
     {
         yield return(null);
     }
     // Visit TetrisUtils.Update
     TetrisUtils.Update(ActionNode31_component, () => { System.StartCoroutine(ActionNode31_yes()); }, () => { System.StartCoroutine(ActionNode31_no()); });
     yield break;
 }
 private System.Collections.IEnumerator ActionNode59_yes()
 {
     ActionNode57_component = this.Group;
     // ActionNode
     while (this.DebugInfo("c106d901-8085-4995-8e51-1204e30ca6bd", "62601496-7546-4d76-abee-44aa4608e5bc", this) == 1)
     {
         yield return(null);
     }
     // Visit TetrisUtils.TryMoveRight
     TetrisUtils.TryMoveRight(ActionNode57_component);
     yield break;
 }