Targeting System 2.0.0
Plugin for multipurpose targeting and visual effects.
UniRx.CountNotifier Class Reference

Notify event of count flag. More...

Inheritance diagram for UniRx.CountNotifier:
UniRx.IObservable< CountChangedStatus >

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]
 

Detailed Description

Notify event of count flag.


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