Click or drag to resize

Parameter Properties

The Parameter type exposes the following members.

Properties
 NameDescription
Public propertyBoolValue The boolean parameter value
Public propertyConfigObject Default configuration value
Public propertyDescription The parameter description
Public propertyDisplayName The parameter display name
Public propertyDoubleValue The double parameter value
Public propertyEditorLanguage 
Public propertyEnumDisplays List of enum display values if the parameter is an enum
Public propertyEnums List of string values if the parameter is an enum. Each enum can have an id and an optional display.
Public propertyEnumType 
Public propertyEnumValue The enum parameter value
Public propertyEnumValues List of enum values if the parameter is an enum
Public propertyGUID The unique identifier
(Inherited from RootComponent)
Public propertyHelperResetParameterValue Editor Helper: Reset parameter to its default value
Public propertyName The name
(Inherited from RootComponent)
Public propertyNumericValue The numeric parameter value
Public propertyTextSamples 
Public propertyTextValue The text parameter value
Public propertyType Parameter type
Public propertyUseOnlyEnumValues If true and the parameter is an enum, only the enum values defined can be selected
Public propertyValue The parameter value
Top
See Also