Constructor UserParameter
UserParameter(string, string, string, string, bool)
Construct UserParameter
Declaration
public UserParameter(string visibilityCheck = null, string enablingCheck = null, string tooltip = null, string displayName = null, bool collapsable = false)
Parameters
Type | Name | Description |
---|---|---|
string | visibilityCheck | Name of the function that should be used to check if this parameter should be displayed |
string | enablingCheck | Name of the function that should be used to check if a parameter is editable |
string | tooltip | The tooltip that will be displayed for this parameter |
string | displayName | The name for this parameter that will be displayed in the UI |
bool | collapsable | Should this parameter be collapsable |