Public Member Functions | |
| CollisionList () | |
| Constructor for creating a new object. | |
| CollisionList (XmlDocument document) | |
| Constructor for creating a new object from a string representation. | |
| void | Add (Collision collision) |
| Adds a collision of the specified type to the collision list. | |
| void | Delete (Collision collision) |
| Deletes the specified collision from the list. | |
| void | Modify (Collision collision) |
| Modifies the existing collision if there is one, otherwise adds the specified collision to the list. | |
| IEnumerator | GetEnumerator () |
| Gets an enumerator for all of the Collision objects belonging to this collection. | |
Properties | |
| XmlDocument | Document [get] |
| Gets the XML document that contains the collision list. | |
| Simias::Storage::CollisionList::CollisionList | ( | ) | [inline] |
Constructor for creating a new object.
| Simias::Storage::CollisionList::CollisionList | ( | XmlDocument | document | ) | [inline] |
Constructor for creating a new object from a string representation.
| document | Xml document that contains the collision list. |
| void Simias::Storage::CollisionList::Add | ( | Collision | collision | ) | [inline] |
Adds a collision of the specified type to the collision list.
| collision | Collision object to add. |
| void Simias::Storage::CollisionList::Delete | ( | Collision | collision | ) | [inline] |
| void Simias::Storage::CollisionList::Modify | ( | Collision | collision | ) | [inline] |
Modifies the existing collision if there is one, otherwise adds the specified collision to the list.
| collision | Collection object add. |
| IEnumerator Simias::Storage::CollisionList::GetEnumerator | ( | ) | [inline] |
Gets an enumerator for all of the Collision objects belonging to this collection.
XmlDocument Simias::Storage::CollisionList::Document [get] |
Gets the XML document that contains the collision list.
1.5.6