Targeting System 2.0.0
Plugin for multipurpose targeting and visual effects.
UniRx.IAsyncReactiveCommand< T > Interface Template Reference
Inheritance diagram for UniRx.IAsyncReactiveCommand< T >:
UniRx.AsyncReactiveCommand< T >

Public Member Functions

IDisposable Execute (T parameter)
 
IDisposable Subscribe (Func< T, IObservable< Unit > > asyncAction)
 

Properties

IReadOnlyReactiveProperty< bool > CanExecute [get]
 

Member Function Documentation

◆ Execute()

IDisposable UniRx.IAsyncReactiveCommand< T >.Execute ( parameter)

◆ Subscribe()

IDisposable UniRx.IAsyncReactiveCommand< T >.Subscribe ( Func< T, IObservable< Unit > >  asyncAction)

The documentation for this interface was generated from the following file: