Targeting System 2.0.0
Plugin for multipurpose targeting and visual effects.
UniRx.IReactiveDictionary< TKey, TValue > Interface Template Reference
Inheritance diagram for UniRx.IReactiveDictionary< TKey, TValue >:
UniRx.IReadOnlyReactiveDictionary< TKey, TValue > UniRx.ReactiveDictionary< TKey, TValue >

Additional Inherited Members

- Public Member Functions inherited from UniRx.IReadOnlyReactiveDictionary< TKey, TValue >
bool ContainsKey (TKey key)
 
bool TryGetValue (TKey key, out TValue value)
 
IObservable< DictionaryAddEvent< TKey, TValue > > ObserveAdd ()
 
IObservable< int > ObserveCountChanged (bool notifyCurrentCount=false)
 
IObservable< DictionaryRemoveEvent< TKey, TValue > > ObserveRemove ()
 
IObservable< DictionaryReplaceEvent< TKey, TValue > > ObserveReplace ()
 
IObservable< UnitObserveReset ()
 
- Properties inherited from UniRx.IReadOnlyReactiveDictionary< TKey, TValue >
int Count [get]
 
TValue this[TKey index] [get]
 

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