Public Member Functions | |
| AgateResourceCollection () | |
| Constructs a new AgateResourceCollection object. | |
| void | Add (AgateResource item) |
| Adds a resource to this group. An exception is thrown if an item with the same name already exists in the group. | |
| void | Clear () |
| bool | Contains (string resourceName) |
| bool | Remove (string resourceName) |
| bool | TryGetValue (string key, out AgateResource value) |
| IEnumerator< AgateResource > | GetEnumerator () |
| bool | Contains (AgateResource item) |
| bool | Remove (AgateResource item) |
Properties | |
| IEnumerable< SpriteResource > | Sprites [get] |
| Enumerates through the SpriteResources contained in this group of resources. | |
| StringTable | Strings [get] |
| Gets the StringTable for this langauge. | |
| int | Count [get] |
| ICollection< string > | Keys [get] |
| ICollection< AgateResource > | Values [get] |
| AgateResource | this [string key] [get, set] |
| AgateLib.Resources.AgateResourceCollection.AgateResourceCollection | ( | ) |
Constructs a new AgateResourceCollection object.
| void AgateLib.Resources.AgateResourceCollection.Add | ( | AgateResource | item | ) |
Adds a resource to this group. An exception is thrown if an item with the same name already exists in the group.
| item |
| void AgateLib.Resources.AgateResourceCollection.Clear | ( | ) |
| bool AgateLib.Resources.AgateResourceCollection.Contains | ( | string | resourceName | ) |
| resourceName |
| IEnumerator<AgateResource> AgateLib.Resources.AgateResourceCollection.GetEnumerator | ( | ) |
| bool AgateLib.Resources.AgateResourceCollection.Remove | ( | string | resourceName | ) |
| item |
int AgateLib.Resources.AgateResourceCollection.Count [get] |
IEnumerable<SpriteResource> AgateLib.Resources.AgateResourceCollection.Sprites [get] |
Enumerates through the SpriteResources contained in this group of resources.
StringTable AgateLib.Resources.AgateResourceCollection.Strings [get] |
Gets the StringTable for this langauge.
|
AgateLib Awesome Game and Tool Engine Library |
|