![]() |
ImFusion SDK 4.3
|
#include <ImFusion/Core/PropertiesDetail.h>
Record of all properties that represent a single param inside a Properties instance. More...
Record of all properties that represent a single param inside a Properties instance.
Public Attributes | |
| std::string | value |
| Serialized value of the parameter. | |
| ParamType | type = ParamType::Unknown |
| Optional parameter type, used for instance by PropertiesWidget. | |
| std::optional< std::string > | defaultValue |
| Optional default value for parameter. | |
| std::vector< Attribute > | attributes |
| Optional param attributes, used for instance by PropertiesWidget. | |