AudioFader
AudioFader adjusts the volume of audio streams. It provides one Input pin and one Output pin which can be connected to/from by Wires.
Summary
Properties
Whether audio streams are passed-through unaffected by this effect.
Volume level which is multiplied onto the input stream.
Methods
Returns an array of Wires that are connected to the specified pin.
Events
Fires when another instance is connected to or disconnected from the AudioFader via a Wire.
Properties
Methods
GetConnectedWires
Returns an array of Wires that are connected to the specified pin. AudioFader has one "Input" pin and one "Output" pin.
Parameters
Returns
Events
WiringChanged
Event that fires after a Wire becomes connected or disconnected, and that Wire is now or was previously connected to a pin on the AudioFader and to some other wirable instance.
Parameters
Whether the instance got connected or disconnected.
The pin on the AudioFader that the Wire targets.
The Wire between the AudioFader and the other instance.