SimpleTuningParamDefinitionstruct
Module: ZaberMotionAscii
Information about a parameter used for the simple tuning method.
To use this type, add import ZaberMotionAscii to the top of your source code.
Properties
psimpleTuningParamDefinition.name
String The name of the parameter.
psimpleTuningParamDefinition.minLabel
String The human readable description of the effect of a lower value on this setting.
psimpleTuningParamDefinition.maxLabel
String The human readable description of the effect of a higher value on this setting.
psimpleTuningParamDefinition.dataType
String How this parameter will be parsed by the tuner.
psimpleTuningParamDefinition.defaultValue
Double? The default value of this parameter.