コード例 #1
0
ファイル: UserManager.cs プロジェクト: yy-bird/pixelknight
 private IEnumerator SetAdIntentionCoroutine(RewardVideoIntention intention, int argument, Action endAction)
 {
     // ISSUE: object of a compiler-generated type is created
     return((IEnumerator) new UserManager.\u003CSetAdIntentionCoroutine\u003Ec__Iterator26()
     {
         intention = intention, argument = argument, endAction = endAction
     });
 }
コード例 #2
0
ファイル: UserManager.cs プロジェクト: yy-bird/pixelknight
 public void SetAdIntention(RewardVideoIntention intention, int argument, Action endAction)
 {
     this.StartCoroutine(this.SetAdIntentionCoroutine(intention, argument, endAction));
 }