mirror of https://github.com/Cysharp/UniTask
Fix comment
parent
1e4561da22
commit
ca60864021
|
@ -177,7 +177,7 @@ namespace Cysharp.Threading.Tasks
|
|||
|
||||
/// <summary>
|
||||
/// Create async void(UniTaskVoid) UnityAction.
|
||||
/// For example: onClick.AddListener(UniTask.UnityAction(FooAsync, argument))
|
||||
/// For example: onClick.AddListener(UniTask.UnityAction(FooAsync, Argument))
|
||||
/// </summary>
|
||||
public static UnityEngine.Events.UnityAction UnityAction<T>(Func<T, UniTaskVoid> asyncAction, T state)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue