Public Member Functions | |
| int | IndexOf (T item) |
| Returns the index of the specified frame. | |
| void | Insert (int index, T item) |
| Inserts a sprite frame into the list. | |
| void | RemoveAt (int index) |
| Removes a sprite frame by index. | |
| void | Add (T item) |
| Adds a sprite frame to the list. | |
| void | Clear () |
| Clears the list of sprite frames. | |
| bool | Contains (T item) |
| Returns true if the specified frame is in the list. | |
| void | CopyTo (T[] array, int arrayIndex) |
| Copies the list to an array. | |
| bool | Remove (T item) |
| Removes the specified item, if it is in the list. | |
| IEnumerator< T > | GetEnumerator () |
| Enumerates through the frames. | |
Properties | |
| T | this [int index] [get, set] |
| Gets or sets the sprite frame at the specified index. | |
| int | Count [get] |
| Returns the number of frames in the list. | |
| bool | IsReadOnly [get] |
| Always false. | |
| T | Type which should implement the ISpriteFrame interface. |
| T | : | ISpriteFrame |
| void AgateLib.Sprites.FrameList< T >.Add | ( | T | item | ) |
Adds a sprite frame to the list.
| item |
| void AgateLib.Sprites.FrameList< T >.Clear | ( | ) |
Clears the list of sprite frames.
| bool AgateLib.Sprites.FrameList< T >.Contains | ( | T | item | ) |
Returns true if the specified frame is in the list.
| item |
| void AgateLib.Sprites.FrameList< T >.CopyTo | ( | T[] | array, | |
| int | arrayIndex | |||
| ) |
Copies the list to an array.
| array | ||
| arrayIndex |
| IEnumerator<T> AgateLib.Sprites.FrameList< T >.GetEnumerator | ( | ) |
Enumerates through the frames.
| int AgateLib.Sprites.FrameList< T >.IndexOf | ( | T | item | ) |
Returns the index of the specified frame.
| item |
| void AgateLib.Sprites.FrameList< T >.Insert | ( | int | index, | |
| T | item | |||
| ) |
Inserts a sprite frame into the list.
| index | ||
| item |
| bool AgateLib.Sprites.FrameList< T >.Remove | ( | T | item | ) |
Removes the specified item, if it is in the list.
| item |
| void AgateLib.Sprites.FrameList< T >.RemoveAt | ( | int | index | ) |
Removes a sprite frame by index.
| index |
int AgateLib.Sprites.FrameList< T >.Count [get] |
bool AgateLib.Sprites.FrameList< T >.IsReadOnly [get] |
Always false.
T AgateLib.Sprites.FrameList< T >.this[int index] [get, set] |
Gets or sets the sprite frame at the specified index.
| index |
Implements AgateLib.Sprites.IFrameList.
|
AgateLib Awesome Game and Tool Engine Library |
|