Otter  0.9.8.91
2d Game Development Framework based on SFML.Net
 All Classes Namespaces Functions Variables Enumerations Properties
Otter.OgmoData Class Reference

A simple data class that just extends Dictionary. More...

Inherits Dictionary< string, string >.

Public Member Functions

 OgmoData (XmlAttributeCollection attributes)
 
int GetInt (string key, int onNull)
 
bool GetBool (string key, bool onNull)
 
float GetFloat (string key, float onNull)
 
Color GetColor (string key, Color onNull)
 

Detailed Description

A simple data class that just extends Dictionary.


The documentation for this class was generated from the following file: