Targeting System 2.0.0
Plugin for multipurpose targeting and visual effects.
|
Public Member Functions | |
ReactiveCollection (IEnumerable< T > collection) | |
ReactiveCollection (List< T > list) | |
void | Move (int oldIndex, int newIndex) |
IObservable< int > | ObserveCountChanged (bool notifyCurrentCount=false) |
IObservable< Unit > | ObserveReset () |
IObservable< CollectionAddEvent< T > > | ObserveAdd () |
IObservable< CollectionMoveEvent< T > > | ObserveMove () |
IObservable< CollectionRemoveEvent< T > > | ObserveRemove () |
IObservable< CollectionReplaceEvent< T > > | ObserveReplace () |
void | Dispose () |
void | Move (int oldIndex, int newIndex) |
IObservable< CollectionAddEvent< T > > | ObserveAdd () |
IObservable< int > | ObserveCountChanged (bool notifyCurrentCount=false) |
IObservable< CollectionMoveEvent< T > > | ObserveMove () |
IObservable< CollectionRemoveEvent< T > > | ObserveRemove () |
IObservable< CollectionReplaceEvent< T > > | ObserveReplace () |
IObservable< Unit > | ObserveReset () |
Additional Inherited Members | |
Properties inherited from UniRx.IReactiveCollection< T > | |
new int | Count [get] |
new T | this[int index] [get, set] |
Properties inherited from UniRx.IReadOnlyReactiveCollection< T > | |
int | Count [get] |
T | this[int index] [get] |
void UniRx.ReactiveCollection< T >.Move | ( | int | oldIndex, |
int | newIndex | ||
) |
Implements UniRx.IReactiveCollection< T >.
IObservable< CollectionAddEvent< T > > UniRx.ReactiveCollection< T >.ObserveAdd | ( | ) |
Implements UniRx.IReadOnlyReactiveCollection< T >.
IObservable< int > UniRx.ReactiveCollection< T >.ObserveCountChanged | ( | bool | notifyCurrentCount = false | ) |
Implements UniRx.IReadOnlyReactiveCollection< T >.
IObservable< CollectionMoveEvent< T > > UniRx.ReactiveCollection< T >.ObserveMove | ( | ) |
Implements UniRx.IReadOnlyReactiveCollection< T >.
IObservable< CollectionRemoveEvent< T > > UniRx.ReactiveCollection< T >.ObserveRemove | ( | ) |
Implements UniRx.IReadOnlyReactiveCollection< T >.
IObservable< CollectionReplaceEvent< T > > UniRx.ReactiveCollection< T >.ObserveReplace | ( | ) |
Implements UniRx.IReadOnlyReactiveCollection< T >.
IObservable< Unit > UniRx.ReactiveCollection< T >.ObserveReset | ( | ) |
Implements UniRx.IReadOnlyReactiveCollection< T >.