Targeting System 2.0.0
Plugin for multipurpose targeting and visual effects.
|
Public Member Functions | |
IDisposable | Execute (T parameter) |
IDisposable | Subscribe (Func< T, IObservable< Unit > > asyncAction) |
Properties | |
IReadOnlyReactiveProperty< bool > | CanExecute [get] |
IDisposable UniRx.IAsyncReactiveCommand< T >.Execute | ( | T | parameter | ) |
Implemented in UniRx.AsyncReactiveCommand< T >.
IDisposable UniRx.IAsyncReactiveCommand< T >.Subscribe | ( | Func< T, IObservable< Unit > > | asyncAction | ) |
Implemented in UniRx.AsyncReactiveCommand< T >.