|
A class that helps creating key value pairs. More...
Public Member Functions | |
StringFloatPair (string key, float value) | |
Create a new helper to later on create key value pairs More... | |
Public Attributes | |
string | stringValue |
The key/name/identifier More... | |
float | floatValue |
The value More... | |
A class that helps creating key value pairs.
Simulation.StringFloatPair.StringFloatPair | ( | string | key, |
float | value | ||
) |
Create a new helper to later on create key value pairs
key | This will be the key |
value | This will be the value |
float Simulation.StringFloatPair.floatValue |
The value
string Simulation.StringFloatPair.stringValue |
The key/name/identifier