Targeting System 2.0.0
Plugin for multipurpose targeting and visual effects.
UniRx.IReadOnlyReactiveCollection< T > Interface Template Reference
Inheritance diagram for UniRx.IReadOnlyReactiveCollection< T >:
UniRx.IReactiveCollection< T > UniRx.ReactiveCollection< T >

Public Member Functions

IObservable< CollectionAddEvent< T > > ObserveAdd ()
 
IObservable< int > ObserveCountChanged (bool notifyCurrentCount=false)
 
IObservable< CollectionMoveEvent< T > > ObserveMove ()
 
IObservable< CollectionRemoveEvent< T > > ObserveRemove ()
 
IObservable< CollectionReplaceEvent< T > > ObserveReplace ()
 
IObservable< UnitObserveReset ()
 

Properties

int Count [get]
 
this[int index] [get]
 

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