Targeting System 2.0.0
Plugin for multipurpose targeting and visual effects.
|
Notify boolean flag. More...
Public Member Functions | |
BooleanNotifier (bool initialValue=false) | |
Setup initial flag. | |
void | TurnOn () |
Set and raise true if current value isn't true. | |
void | TurnOff () |
Set and raise false if current value isn't false. | |
void | SwitchValue () |
Set and raise reverse value. | |
IDisposable | Subscribe (IObserver< bool > observer) |
Subscribe observer. | |
Public Member Functions inherited from UniRx.IObservable< bool > | |
IDisposable | Subscribe (IObserver< T > observer) |
Properties | |
bool | Value [get, set] |
Current flag value | |
Notify boolean flag.