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

Public Member Functions

void Move (int oldIndex, int newIndex)
 
- Public Member Functions inherited from UniRx.IReadOnlyReactiveCollection< T >
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

new int Count [get]
 
new T this[int index] [get, set]
 
- Properties inherited from UniRx.IReadOnlyReactiveCollection< T >
int Count [get]
 
this[int index] [get]
 

Property Documentation

◆ Count

◆ this[int index]

new T UniRx.IReactiveCollection< T >.this[int index]
getset

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