set_from_property
Description:
[ Version ( since = "3.34" ) ]
public void set_from_property (Property property, ComponentParameterBagFilterFunc? func)
public void set_from_property (Property property, ComponentParameterBagFilterFunc? func)
Fills the this with parameters from the property, for which the func returned
true.
When the func is null, all the parameters are included. The this
content is cleared before any parameter is added.
Parameters:
| this | |
| property |
an Property containing the parameters to fill the this with |
| func |
an optional ecalcomponentparameterbagfilterfunc callback |
| user_data |
user data for the |