Component:TalkVisualizer: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
m Removed probable misinformation about the default avatar, it had the component in it, but made no use of it, and the new default avatar does not use it whatsoever.
 
(2 intermediate revisions by one other user not shown)
Line 3: Line 3:
|Name=Talk Visualizer
|Name=Talk Visualizer
}}
}}
{{stub}}
This component takes a float value and a colorX value, and multiplies the float value by the colorX value, and outputs a colorX.


== Usage ==
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
|Input|'''[[Type:RawOutput`1|RawOutput`1]]<[[Type:Float|Float]]>'''|TypeAdv0=true|
|Input|'''[[Type:RawOutput`1|RawOutput`1]]&lt;[[Type:Float|Float]]&gt;'''|TypeAdv0=true| A value that constantly changes to visualize the color for. For example, the <code>Volume</code> field of a [[Component:VolumeMeter|Volume Meter]].
|BaseColor|ColorX|
|BaseColor|ColorX| The original color.
|MaterialColor|{{RootFieldType|DriveRef`1|[[Type:Sync`1|Sync`1]]&lt;[[Type:ColorX|ColorX]]&gt;}}|TypeAdv2=true|
|MaterialColor|{{RootFieldType|DriveRef`1|[[Type:Sync`1|Sync`1]]&lt;[[Type:ColorX|ColorX]]&gt;}}|TypeAdv2=true| The color to drive with an amplified <code>BaseColor</code> value based on <code>Input</code>
|LightIntensity|{{RootFieldType|DriveRef`1|[[Type:Sync`1|Sync`1]]&lt;[[Type:Float|Float]]&gt;}}|TypeAdv3=true|
|LightIntensity|{{RootFieldType|DriveRef`1|[[Type:Sync`1|Sync`1]]&lt;[[Type:Float|Float]]&gt;}}|TypeAdv3=true| How bright the output color is beyond 1 gain.
}}
}}
== Behavior ==


== Examples ==
== Examples ==


== See Also ==
== See Also ==
{{Template:AudioClip_SeeAlso}}


[[Category:Components:Uncategorized{{#translation:}}|Talk Visualizer]]
[[Category:Components:Uncategorized{{#translation:}}|Talk Visualizer]]
[[Category:Components{{#translation:}}|Talk Visualizer]]
[[Category:Components{{#translation:}}|Talk Visualizer]]
[[Category:ComponentStubs]]

Latest revision as of 22:47, 30 March 2025

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