AudioSource.panLevelvar panLevel : floatDescriptionSets how much the 3d engine has an effect on the channel. Useful for morphing an AudioSource from 3D(1.0f) to 2D(0.0f)
JavaScript
// Hear the audio clip in both channels (2D) using UnityEngine; import UnityEngine |
