The value of the property. More...
Public Member Functions | |
PropertyValue () | |
Initializes a new instance of the PropertyValue class. | |
PropertyValue (string key, string value) | |
Initializes a new instance of the PropertyValue class with the specified key and string value. | |
PropertyValue (string key, float value) | |
Initializes a new instance of the PropertyValue class with the specified key and float value. | |
PropertyValue (string key, int value) | |
Initializes a new instance of the PropertyValue class with the specified key and int value. | |
PropertyValue (string key, bool value) | |
Initializes a new instance of the PropertyValue class with the specified key and bool value. | |
PropertyValue (string key, Color value) | |
Initializes a new instance of the PropertyValue class with the specified key and Color value. | |
PropertyValue (string key, Vector2 value) | |
Initializes a new instance of the PropertyValue class with the specified key and Vector2 value. | |
PropertyValue (string key, Vector3 value) | |
Initializes a new instance of the PropertyValue class with the specified key and Vector3 value. | |
PropertyValue (string key, Object value) | |
Initializes a new instance of the PropertyValue class with the specified key and Object value. | |
Public Attributes | |
string | key |
The key of the property. | |
PropertyType | type |
The type of the property. | |
Properties | |
object | value [get, set] |
Gets or sets the value of the property. | |
The value of the property.
PropertyValue | ( | string | key, |
string | value ) |
Initializes a new instance of the PropertyValue class with the specified key and string value.
key | Key of the property. |
value | Value of the property. |
PropertyValue | ( | string | key, |
float | value ) |
Initializes a new instance of the PropertyValue class with the specified key and float value.
key | Key of the property. |
value | Value of the property. |
PropertyValue | ( | string | key, |
int | value ) |
Initializes a new instance of the PropertyValue class with the specified key and int value.
key | Key of the property. |
value | Value of the property. |
PropertyValue | ( | string | key, |
bool | value ) |
Initializes a new instance of the PropertyValue class with the specified key and bool value.
key | Key of the property. |
value | Value of the property. |
PropertyValue | ( | string | key, |
Color | value ) |
Initializes a new instance of the PropertyValue class with the specified key and Color value.
key | Key of the property. |
value | Value of the property. |
PropertyValue | ( | string | key, |
Vector2 | value ) |
Initializes a new instance of the PropertyValue class with the specified key and Vector2 value.
key | Key of the property. |
value | Value of the property. |
PropertyValue | ( | string | key, |
Vector3 | value ) |
Initializes a new instance of the PropertyValue class with the specified key and Vector3 value.
key | Key of the property. |
value | Value of the property. |
PropertyValue | ( | string | key, |
Object | value ) |
Initializes a new instance of the PropertyValue class with the specified key and Object value.
key | Key of the property. |
value | Value of the property. |