Input.Compute.ParameterList  
     This node provides a configurable user interface for setting public parameters of type [Float], [Integer], [Boolean], and [Color].
 
      The parameters text input slot allows to configure the list of parameters. Each parameter definition in the input text must be separated by a newline or semicolon. Options in brackets are optional.
Float
Float, "Label", [minLimit], [maxLimit]
Slider, "Label", [minLimit], [maxLimit]
Integer
Integer, "Label", [minLimit], [maxLimit]
SliderInteger, "Label", [minLimit], [maxLimit]
List, "Label", [ItemLabel0], [ItemLabel1], [ItemLabel2], ...
Boolean
Boolean, "Label", [trueStr], [falseStr], [inverted]
Color
Color, "Label"
Group
Group, "Label"
Empty
Empty
