Libprimis
Imprimis' 3D destroyable world engine
Loading...
Searching...
No Matches
prop::PropertyMeta Member List

This is the complete list of members for prop::PropertyMeta, including all inherited members.

changed(std::any argument) const (defined in prop::PropertyMeta)prop::PropertyMeta
get_def() constprop::PropertyMeta
get_max() constprop::PropertyMeta
get_min() constprop::PropertyMeta
get_name() constprop::PropertyMeta
get_type() constprop::PropertyMeta
PropertyMeta(std::string _name, PropertyType _type, T _min, T _def, T _max, OnChangeCallback _on_change=nullptr) (defined in prop::PropertyMeta)prop::PropertyMetainline
PropertyMeta(std::string _name, PropertyType _type, T _def, OnChangeCallback _on_change=nullptr) (defined in prop::PropertyMeta)prop::PropertyMetainline
PropertyMeta(const PropertyMeta &)=delete (defined in prop::PropertyMeta)prop::PropertyMeta