public static TResult Invoke(CoroutineHandler<TResult> callee, TResult result);
| Name | Type | Description |
|---|---|---|
| callee | CoroutineHandler<TResult> | Method to invoke as coroutine. |
| result | TResult | The result instance to be returned by the call to Coroutine.Invoke(Func<IEnumerator<IYield>> invocation) that executes this coroutine. |
public static TResult Invoke(CoroutineHandler<T1,TResult> callee, T1 arg1, TResult result);
| Name | Type | Description |
|---|---|---|
| callee | CoroutineHandler<T1,TResult> | Method to invoke as coroutine. |
| arg1 | T1 | First coroutine argument. |
| result | TResult | The result instance to be returned by the call to Coroutine.Invoke(Func<IEnumerator<IYield>> invocation) that executes this coroutine. |
public static TResult Invoke(CoroutineHandler<T1,T2,TResult> callee, T1 arg1, T2 arg2, TResult result);
| Name | Type | Description |
|---|---|---|
| callee | CoroutineHandler<T1,T2,TResult> | Method to invoke as coroutine. |
| arg1 | T1 | First coroutine argument. |
| arg2 | T2 | Second coroutine argument. |
| result | TResult | The result instance to be returned by the call to Coroutine.Invoke(Func<IEnumerator<IYield>> invocation) that executes this coroutine. |
public static TResult Invoke(CoroutineHandler<T1,T2,T3,TResult> callee, T1 arg1, T2 arg2, T3 arg3, TResult result);
| Name | Type | Description |
|---|---|---|
| callee | CoroutineHandler<T1,T2,T3,TResult> | Method to invoke as coroutine. |
| arg1 | T1 | First coroutine argument. |
| arg2 | T2 | Second coroutine argument. |
| arg3 | T3 | Third coroutine argument. |
| result | TResult | The result instance to be returned by the call to Coroutine.Invoke(Func<IEnumerator<IYield>> invocation) that executes this coroutine. |
public static TResult Invoke(CoroutineHandler<T1,T2,T3,T4,TResult> callee, T1 arg1, T2 arg2, T3 arg3, T4 arg4, TResult result);
| Name | Type | Description |
|---|---|---|
| callee | CoroutineHandler<T1,T2,T3,T4,TResult> | Method to invoke as coroutine. |
| arg1 | T1 | First coroutine argument. |
| arg2 | T2 | Second coroutine argument. |
| arg3 | T3 | Third coroutine argument. |
| arg4 | T4 | Fourth coroutine argument. |
| result | TResult | The result instance to be returned by the call to Coroutine.Invoke(Func<IEnumerator<IYield>> invocation) that executes this coroutine. |
public static TResult Invoke(CoroutineHandler<T1,T2,T3,T4,T5,TResult> callee, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, TResult result);
| Name | Type | Description |
|---|---|---|
| callee | CoroutineHandler<T1,T2,T3,T4,T5,TResult> | Method to invoke as coroutine. |
| arg1 | T1 | First coroutine argument. |
| arg2 | T2 | Second coroutine argument. |
| arg3 | T3 | Third coroutine argument. |
| arg4 | T4 | Fourth coroutine argument. |
| arg5 | T5 | Fifth coroutine argument. |
| result | TResult | The result instance to be returned by the call to Coroutine.Invoke(Func<IEnumerator<IYield>> invocation) that executes this coroutine. |
public static TResult Invoke(CoroutineHandler<T1,T2,T3,T4,T5,T6,TResult> callee, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, TResult result);
| Name | Type | Description |
|---|---|---|
| callee | CoroutineHandler<T1,T2,T3,T4,T5,T6,TResult> | Method to invoke as coroutine. |
| arg1 | T1 | First coroutine argument. |
| arg2 | T2 | Second coroutine argument. |
| arg3 | T3 | Third coroutine argument. |
| arg4 | T4 | Fourth coroutine argument. |
| arg5 | T5 | Fifth coroutine argument. |
| arg6 | T6 | Sixth coroutine argument. |
| result | TResult | The result instance to be returned by the call to Coroutine.Invoke(Func<IEnumerator<IYield>> invocation) that executes this coroutine. |
public static TResult Invoke(CoroutineHandler<T1,T2,T3,T4,T5,T6,T7,TResult> callee, T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, TResult result);
| Name | Type | Description |
|---|---|---|
| callee | CoroutineHandler<T1,T2,T3,T4,T5,T6,T7,TResult> | Method to invoke as coroutine. |
| arg1 | T1 | First coroutine argument. |
| arg2 | T2 | Second coroutine argument. |
| arg3 | T3 | Third coroutine argument. |
| arg4 | T4 | Fourth coroutine argument. |
| arg5 | T5 | Fifth coroutine argument. |
| arg6 | T6 | Sixth coroutine argument. |
| arg7 | T7 | Seventh coroutine argument. |
| result | TResult | The result instance to be returned by the call to Coroutine.Invoke(Func<IEnumerator<IYield>> invocation) that executes this coroutine. |
public void Invoke(Func<IEnumerator<IYield>> invocation);
| Name | Type | Description |
|---|---|---|
| invocation | Func<IEnumerator<IYield>> |
| Images 0 | ||
|---|---|---|
| No images to display in the gallery. |
Copyright © 2011 MindTouch, Inc. Powered by