Targeting System 2.0.0
Plugin for multipurpose targeting and visual effects.
|
Lightweight property broker. More...
Public Member Functions | |
ReadOnlyReactiveProperty (IObservable< T > source) | |
ReadOnlyReactiveProperty (IObservable< T > source, bool distinctUntilChanged) | |
ReadOnlyReactiveProperty (IObservable< T > source, T initialValue) | |
ReadOnlyReactiveProperty (IObservable< T > source, T initialValue, bool distinctUntilChanged) | |
IDisposable | Subscribe (IObserver< T > observer) |
void | Dispose () |
override string | ToString () |
bool | IsRequiredSubscribeOnCurrentThread () |
IDisposable | Subscribe (IObserver< T > observer) |
bool | IsRequiredSubscribeOnCurrentThread () |
Public Member Functions inherited from UniRx.IObserver< T > | |
TResult | OnNext (TValue value) |
Notifies the observer of a new element in the sequence. More... | |
TResult | OnError (Exception exception) |
Notifies the observer that an exception has occurred. More... | |
TResult | OnCompleted () |
Notifies the observer of the end of the sequence. More... | |
void | OnCompleted () |
void | OnError (Exception error) |
void | OnNext (T value) |
Protected Member Functions | |
virtual void | Dispose (bool disposing) |
Properties | |
T | Value [get] |
bool | HasValue [get] |
virtual IEqualityComparer< T > | EqualityComparer [get] |
Properties inherited from UniRx.IReadOnlyReactiveProperty< T > | |
T | Value [get] |
bool | HasValue [get] |
Lightweight property broker.
bool UniRx.ReadOnlyReactiveProperty< T >.IsRequiredSubscribeOnCurrentThread | ( | ) |
Implements UniRx.IOptimizedObservable< T >.
IDisposable UniRx.ReadOnlyReactiveProperty< T >.Subscribe | ( | IObserver< T > | observer | ) |
Implements UniRx.IObservable< T >.
|
get |
Implements UniRx.IReadOnlyReactiveProperty< T >.
|
get |
Implements UniRx.IReadOnlyReactiveProperty< T >.