







![]() |
ClockStone Audio Toolkit for Unity - Documentation |
AudioObject..::..TransformVolume Method |
AudioObject Class See Also Send Feedback |
![]() |
Transforms the volume to make it perceptually more intuitive to scale and cross-fade.
Namespace: (Default Namespace)
Assembly: AudioToolkit (in AudioToolkit.dll) Version: 8.0.0.0 (8.0.0.0)
Syntax
C# |
---|
public static float TransformVolume( float volume ) |
Parameters
- volume
- Type: System..::..Single
The volume to transform.
Return Value
Type: SingleThe transformed volume = Pow( volume, 1.6 )