(One intermediate revision by one other user not shown)
Line 9:
Line 9:
{{Table ComponentFields
{{Table ComponentFields
|Smoothing|Float|Smooth lerp the <code>Volume</code> field this much.
|Smoothing|Float|Smooth lerp the <code>Volume</code> field this much.
|Power|Float|Raise <code>Volume</code> to this exponent. 1 will leave <code>Volume</code> unchanged.|Method|VolumeMeterMethod| Whether the outputted value should be the current volume, or the change in volume over time (delta)
|Power|Float|Raise <code>Volume</code> to this exponent. 1 will leave <code>Volume</code> unchanged.
|Method|VolumeMeterMethod| Whether the outputted value should be the current volume, or the change in volume over time (delta)
|Source|IAudioSource|The audio source to read the volume of (as long as it's streaming or playing).
|Source|IAudioSource|The audio source to read the volume of (as long as it's streaming or playing).
|Volume|{{RootFieldType|RawOutput`1|[[Type:Float|Float]]}}|TypeAdv4=true| The current volume of <code>Source</code> raised to the exponent <code>Power</code>, after smoothing factor of <code>Smoothing</code>.
|Volume|{{RootFieldType|RawOutput`1|[[Type:Float|Float]]}}|TypeAdv4=true| The current volume of <code>Source</code> raised to the exponent <code>Power</code>, after smoothing factor of <code>Smoothing</code>.