This commit is contained in:
neuecc
2019-05-30 19:41:23 +09:00
parent fbe6746850
commit 642cbe6bcd
31 changed files with 765 additions and 66 deletions

View File

@@ -28,7 +28,7 @@ namespace UniRx.Async.Triggers
}
public UniTask OnMoveAsync(CancellationToken cancellationToken = default(CancellationToken))
public UniTask<AxisEventData> OnMoveAsync(CancellationToken cancellationToken = default(CancellationToken))
{
return GetOrAddPromise(ref onMove, ref onMoves, cancellationToken);
}