AvatarReady
|
Represents a User's real measures like height. Used by Calibration to save and load data. More...
Classes | |
class | CalibrationData |
Public Member Functions | |
bool | ContainsData (string key) |
float | Get (string key) |
void | Set (string key, float value) |
List< CalibrationData > | AllData () |
void | EraseData () |
Public Attributes | |
string | Name |
Private Attributes | |
List< CalibrationData > | Data = new List<CalibrationData>() |
Represents a User's real measures like height. Used by Calibration to save and load data.