Kerbal Space Program  1.12.4
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Events Macros
Public Attributes | List of all members
iT.AudioUpdate Class Reference

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...
 

Detailed Description

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.

Member Data Documentation

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.


The documentation for this class was generated from the following file: