Targeting System 2.0.0
Plugin for multipurpose targeting and visual effects.
|
Notify event of count flag. More...
Public Member Functions | |
CountNotifier (int max=int.MaxValue) | |
Setup max count of signal. | |
IDisposable | Increment (int incrementCount=1) |
Increment count and notify status. | |
void | Decrement (int decrementCount=1) |
Decrement count and notify status. | |
IDisposable | Subscribe (IObserver< CountChangedStatus > observer) |
Subscribe observer. | |
Public Member Functions inherited from UniRx.IObservable< CountChangedStatus > | |
IDisposable | Subscribe (IObserver< T > observer) |
Properties | |
int | Max [get] |
int | Count [get] |
Notify event of count flag.