API Reference v9.2.0

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

p

name

simpleTuningParamDefinition.name
String The name of the parameter.
p

minLabel

simpleTuningParamDefinition.minLabel
String The human readable description of the effect of a lower value on this setting.
p

maxLabel

simpleTuningParamDefinition.maxLabel
String The human readable description of the effect of a higher value on this setting.
p

dataType

simpleTuningParamDefinition.dataType
String How this parameter will be parsed by the tuner.
p

defaultValue

optional
simpleTuningParamDefinition.defaultValue
Double? The default value of this parameter.