Targeting System 2.0.0
Plugin for multipurpose targeting and visual effects.
|
Public Member Functions | |
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< Unit > | ObserveReset () |
Properties | |
int | Count [get] |
TValue | this[TKey index] [get] |