Component:ColorBySpeedMinMaxHSV: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
 
Line 3: Line 3:
|Name=Color By Speed Min Max HSV
|Name=Color By Speed Min Max HSV
}}
}}
The '''Color By Speed Min Max HSV''' component
The '''Color By Speed Min Max HSV''' component changes the HSV values of particles in a particle system depending on their speed.
{{stub}}


== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
|MinSpeed|Float|
|MinSpeed|Float| The speed the particle has to be be traveling at or under to be considered minimum speed.
|MaxSpeed|Float|
|MaxSpeed|Float| The speed the particle has to be be traveling at or above to be considered maximum speed.
|MinHue|Float|
|MinHue|Float| The Hue to display when traveling at or below <code>MinSpeed</code>.
|MaxHue|Float|
|MaxHue|Float| The Hue to display when traveling at or above <code>MaxSpeed</code>
|MinSaturation|Float|
|MinSaturation|Float| The Saturation to display when traveling at or below <code>MinSpeed</code>.
|MaxSaturation|Float|
|MaxSaturation|Float| The Saturation to display when traveling at or above <code>MaxSpeed</code>
|MinValue|Float|
|MinValue|Float| The Value to display when traveling at or below <code>MinSpeed</code>.
|MaxValue|Float|
|MaxValue|Float| The Value to display when traveling at or above <code>MaxSpeed</code>
}}
}}


== Usage ==
== Usage ==
{{stub}}


== Examples ==
== Examples ==
{{stub}}


== See Also ==
== See Also ==
Line 26: Line 27:
[[Category:Components:Rendering:Particle System:Modules{{#translation:}}|Color By Speed Min Max HSV]]
[[Category:Components:Rendering:Particle System:Modules{{#translation:}}|Color By Speed Min Max HSV]]
[[Category:Components{{#translation:}}|Color By Speed Min Max HSV]]
[[Category:Components{{#translation:}}|Color By Speed Min Max HSV]]
[[Category:ComponentStubs]]

Latest revision as of 22:44, 18 March 2025

Component image 
Color By Speed Min Max HSV component as seen in the Scene Inspector

The Color By Speed Min Max HSV component changes the HSV values of particles in a particle system depending on their speed.

Fields

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.
MinSpeed Float The speed the particle has to be be traveling at or under to be considered minimum speed.
MaxSpeed Float The speed the particle has to be be traveling at or above to be considered maximum speed.
MinHue Float The Hue to display when traveling at or below MinSpeed.
MaxHue Float The Hue to display when traveling at or above MaxSpeed
MinSaturation Float The Saturation to display when traveling at or below MinSpeed.
MaxSaturation Float The Saturation to display when traveling at or above MaxSpeed
MinValue Float The Value to display when traveling at or below MinSpeed.
MaxValue Float The Value to display when traveling at or above MaxSpeed

Usage

This article or section is a Stub. You can help the Resonite Wiki by expanding it.

Examples

This article or section is a Stub. You can help the Resonite Wiki by expanding it.

See Also