Component image 
Talk Visualizer component as seen in the Scene Inspector

This component takes a float value and a colorX value, and multiplies the float value by the colorX value, and outputs a colorX.
Usage
Name | Type | Description |
---|---|---|
persistent
|
Bool | Determines whether or not this item will be saved to the server. |
UpdateOrder
|
Int | Controls the order in which this component is updated. |
Enabled
|
Bool | Controls whether or not this component is enabled. Some components stop their functionality when this field is disabled, but some don't. |
Input
|
RawOutput`1<Float> | A value that constantly changes to visualize the color for. For example, the Volume field of a Volume Meter.
|
BaseColor
|
ColorX | The original color. |
MaterialColor
|
reference drive of Sync`1<ColorX> | The color to drive with an amplified BaseColor value based on Input
|
LightIntensity
|
reference drive of Sync`1<Float> | How bright the output color is beyond 1 gain. |
Examples
See Also
- Type:IAudioSource
- Component:AudioClipPlayer
- Component:StaticAudioClip
- Component:ChannelVolumeMeter
- Component:VolumeMeter
- Component:SawtoothWaveClip
- Component:ValueNoiseClip
- Component:ButtonAudioClipPlayer
- Component:LerpingMultiClipPlayer
- TalkVisualizer
- Component:RandomAudioClipPlayer
- Component:MultiAudioClipPlayer
- Component:SimplexNoiseClip
- Component:TriangleWaveClip
- Component:SquareWaveClip
- Component:SineWaveClip