YieldInPool() public method

public YieldInPool ( ) : void
return void
Example #1
0
 /// <summary>
 ///
 /// </summary>
 public void YieldInPool()
 {
     CurrentCoroutine.YieldInPool();
 }