Targeting System 2.0.0
Plugin for multipurpose targeting and visual effects.
UniRx.ISubject< T > Interface Template Reference
Inheritance diagram for UniRx.ISubject< T >:
UniRx.ISubject< T, T > UniRx.IObserver< T > UniRx.IObservable< T > UniRx.IObserver< TSource > UniRx.IObservable< TResult > UniRx.AsyncSubject< T > UniRx.BehaviorSubject< T > UniRx.ReplaySubject< T > UniRx.Subject< T >

Additional Inherited Members

- 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)
 
- Public Member Functions inherited from UniRx.IObservable< T >
IDisposable Subscribe (IObserver< T > observer)
 
- Public Member Functions inherited from UniRx.IObserver< TSource >
TResult OnNext (TValue value)
 Notifies the observer of a new element in the sequence. More...
 
void OnNext (T value)
 
TResult OnError (Exception exception)
 Notifies the observer that an exception has occurred. More...
 
void OnError (Exception error)
 
TResult OnCompleted ()
 Notifies the observer of the end of the sequence. More...
 
void OnCompleted ()
 
- Public Member Functions inherited from UniRx.IObservable< TResult >
IDisposable Subscribe (IObserver< T > observer)
 

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