Jypeli 4
The simple game programming library
|
Luokat | |
class | AddItemAction |
class | ClearAction |
class | ListAction |
class | RemoveItemAction |
Julkiset jäsenfunktiot | |
IEnumerator< T > | GetEnumerator () |
void | Add (T item) |
void | Remove (T item) |
void | Clear () |
int | IndexOf (T item) |
void | Update (Time time) |
Ominaisuudet | |
T | this[int index] [get, set] |
int | Count [get] |
bool | IsUpdated [get] |
Tapahtumat | |
Action< T > | ItemAdded |
Action< T > | ItemRemoved |
Action | Changed |