A list of PlayerItems grouped by a common type.
More...
|
override async Promise | PerformRefresh () |
|
void | SetData (List< T > nextData) |
|
|
int | Count [get] |
|
T | this[int index] [get] |
|
bool | IsInitialized [getprotected set] |
|
Action< List< T > > | OnDataUpdated |
| An event that happens right after IObservable.OnUpdated, but this one contains the list of internal data.
|
|
Action< IEnumerable< T > > | OnElementsAdded |
| An event that happens when new items are added to the list from a AbsRefreshableObservable.Refresh call. This event happens after the IObservable.OnUpdated event
|
|
Action< IEnumerable< T > > | OnElementRemoved |
| An event that happens when new items are removed to the list from a AbsRefreshableObservable.Refresh call. This event happens after the IObservable.OnUpdated event
|
|
A list of PlayerItems grouped by a common type.
The documentation for this class was generated from the following file:
- com.beamable/Runtime/Player/PlayerItemGroup.cs