Useful Attrubutes
[Volume]
Mark a float field to be shown as a BroAuido volume slider ranging from 0 to 10 (-80dB to +20dB).
The volume range in WebGL is from 0 to 1, and the slider will be linear.
[Volume(bool canBoost)]
If canBoost is true, the float field will be shown as a BroAuido volume slider with a range from 0 to 10. otherwise, it will be shown as a regular linear slider.
canBoost = true in WebGL is not supported.
[Frequency]
Mark a float field to be shown as a Logarithmic slider ranging from 10Hz to 22000Hz.
[Pitch]
Mark a float field to be shown as a linear slider ranging from -3 to 3
Last updated