Public Member Functions | |
void | removeAt (int index) |
Removes the given index. More... | |
void | remove (TouchPointer touch) |
Removes the given node. More... | |
void | insert (int index, TouchPointer touch) |
Insert at the given index. More... | |
void | push (TouchPointer touch) |
Adds the given touch to the list. More... | |
TouchPointer | item (int index) |
Gets a touch at a particular index. More... | |
IEnumerator< TouchPointer > | GetEnumerator () |
Properties | |
int | length [get] |
The number of nodes in the list. More... | |
TouchPointer | this[int index] [get, set] |
Gets an element at the specified index. More... | |
Private Member Functions | |
IEnumerator IEnumerable. | GetEnumerator () |
Private Attributes | |
List< TouchPointer > | values =new List<TouchPointer>() |
|
inline |
|
inlineprivate |
|
inline |
Insert at the given index.
|
inline |
Gets a touch at a particular index.
|
inline |
Adds the given touch to the list.
|
inline |
Removes the given node.
|
inline |
Removes the given index.
|
private |
|
get |
The number of nodes in the list.
|
getset |
Gets an element at the specified index.