Kerbal Space Program
1.12.4
|
Similar to AudioTo but incredibly less expensive for usage inside the Update function or similar looping situations involving a "live" set of changing values with FULL customization options. Does not utilize an EaseType. More...
Public Attributes | |
const string | audiosource = "audiosource" |
A AudioSource for which AudioSource to use. More... | |
const string | pitch = "pitch" |
A System.Single or System.Double for the target pitch. More... | |
const string | time = "time" |
A System.Single or System.Double for the time in seconds the animation will take to complete. More... | |
const string | volume = "volume" |
A System.Single or System.Double for the target level of volume. More... | |
Similar to AudioTo but incredibly less expensive for usage inside the Update function or similar looping situations involving a "live" set of changing values with FULL customization options. Does not utilize an EaseType.
const string iT.AudioUpdate.audiosource = "audiosource" |
A AudioSource for which AudioSource to use.
const string iT.AudioUpdate.pitch = "pitch" |
A System.Single or System.Double for the target pitch.
const string iT.AudioUpdate.time = "time" |
A System.Single or System.Double for the time in seconds the animation will take to complete.
const string iT.AudioUpdate.volume = "volume" |
A System.Single or System.Double for the target level of volume.