The property of the frame. More...
Public Member Functions | |
| Property (string name, PropertyType type=PropertyType.String, float weight=0) | |
| Constructor. | |
| Property (string name, float weight) | |
| Constructor. | |
| override bool | Equals (object obj) |
| Whether the property is equal to the specified object. | |
| override int | GetHashCode () |
| Returns the hash code for this instance. | |
| override string | ToString () |
| Returns a string that represents the current object. | |
Public Attributes | |
| string | name |
| The name of the property. | |
| float | weight |
| The weight of the property. | |
| PropertyType | type |
| The type of the property. | |
The property of the frame.
| Property | ( | string | name, |
| PropertyType | type = PropertyType::String, | ||
| float | weight = 0 ) |
Constructor.
| name | The name of the property. |
| type | The type of the property. |
| weight | The weight of the property. |
| Property | ( | string | name, |
| float | weight ) |
Constructor.
| name | The name of the property. |
| weight | The weight of the property. |
| override bool Equals | ( | object | obj | ) |
Whether the property is equal to the specified object.
| obj | The object to compare. |
| override int GetHashCode | ( | ) |
Returns the hash code for this instance.
| override string ToString | ( | ) |
Returns a string that represents the current object.