You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When registering a Property for a Generation Task or a Generation Condition, the ComponentTaskParameterInfo constructor can accept an optional ComponentTaskParameterMetaData parameter.
Let's create an example to show how to take advantage of this to control:
PropertyBehaviour (Static by default, dynamic by default with/without allowing toggling to static, etc)
Default Value
Value type (Standards such as Bool, Double but also custom Enum)
The text was updated successfully, but these errors were encountered:
When registering a Property for a Generation Task or a Generation Condition, the
ComponentTaskParameterInfo
constructor can accept an optionalComponentTaskParameterMetaData
parameter.Let's create an example to show how to take advantage of this to control:
PropertyBehaviour
(Static by default, dynamic by default with/without allowing toggling to static, etc)Bool
,Double
but also customEnum
)The text was updated successfully, but these errors were encountered: