Component:TalkVisualizer

From Resonite Wiki
Revision as of 21:57, 16 October 2024 by 989onan (talk | contribs) (add info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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

Fields
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.
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 direct DriveRef`1<Sync`1<ColorX>> The color to drive with an amplified BaseColor value based on Input
LightIntensity direct DriveRef`1<Sync`1<Float>> How bright the output color is beyond 1 gain.

Examples

This component is used in the default avatar to visualize the talking volume of a user wearing it. This could also be used for an audio visualizer.

See Also

Volume Meter