mirror of
https://github.com/Cysharp/UniTask.git
synced 2026-05-18 21:20:10 +00:00
ok all
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user