Public Member Functions | |
| int | IndexOf (ISpriteFrame item) |
| Searches for a particular frame. | |
| bool | Contains (ISpriteFrame item) |
| Returns a bool indicating whether the specified frame is contained in the list. | |
| void | CopyTo (ISpriteFrame[] array, int arrayIndex) |
| Copies the list of frame to a target array. | |
Properties | |
| int | Count [get] |
| Returns the number of frames in the list. | |
| ISpriteFrame | this [int index] [get] |
| Gets a frame by index. | |
| bool AgateLib.Sprites.IFrameList.Contains | ( | ISpriteFrame | item | ) |
Returns a bool indicating whether the specified frame is contained in the list.
| item |
| void AgateLib.Sprites.IFrameList.CopyTo | ( | ISpriteFrame[] | array, | |
| int | arrayIndex | |||
| ) |
Copies the list of frame to a target array.
| array | ||
| arrayIndex |
| int AgateLib.Sprites.IFrameList.IndexOf | ( | ISpriteFrame | item | ) |
Searches for a particular frame.
| item |
int AgateLib.Sprites.IFrameList.Count [get] |
ISpriteFrame AgateLib.Sprites.IFrameList.this[int index] [get] |
|
AgateLib Awesome Game and Tool Engine Library |
|