Component:ColorByThreadDiagnosticModule: Difference between revisions

From Resonite Wiki
Automated: create new component page
 
add info
 
Line 3: Line 3:
|Name=Color By Thread Diagnostic Module
|Name=Color By Thread Diagnostic Module
}}
}}
{{stub}}
The '''ColorByThreadDiagnosticModule''' component makes particles colored based on what the thread is doing and/or what thread they are a part of as part of the [[Photon Dust]] Simulation.
 
This component is part of the [[Photon Dust]] system made by [[User:Frooxius|Frooxius]].


== Fields ==
== Fields ==
{{Table ComponentFields
{{Table ComponentFields
}}
== Sync Delegates ==
{{Table ComponentTriggers
}}
}}


== Usage ==
== Usage ==
Attach to a slot, add to the list of modules in a [[Component:ParticleSystem]], and adjust the values to make the desired effect from this component.


== Examples ==
== Examples ==
Used to debug particles and what threads they are a part of or what their thread is doing.


== See Also ==
== See Also ==
* [[Component:ParticleSystem]]
* [[Photon Dust]]


[[Category:Components:Rendering:Particle System:Modules{{#translation:}}|Color By Thread Diagnostic Module]]
[[Category:Components:Rendering:Particle System:Modules{{#translation:}}|Color By Thread Diagnostic Module]]
[[Category:Components{{#translation:}}|Color By Thread Diagnostic Module]]
[[Category:Components{{#translation:}}|Color By Thread Diagnostic Module]]
[[Category:ComponentStubs]]

Latest revision as of 18:29, 8 February 2025

Component image 
File:ColorByThreadDiagnosticModuleComponent.png
Color By Thread Diagnostic Module component as seen in the Scene Inspector

The ColorByThreadDiagnosticModule component makes particles colored based on what the thread is doing and/or what thread they are a part of as part of the Photon Dust Simulation.

This component is part of the Photon Dust system made by Frooxius.

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.

Usage

Attach to a slot, add to the list of modules in a Component:ParticleSystem, and adjust the values to make the desired effect from this component.

Examples

Used to debug particles and what threads they are a part of or what their thread is doing.

See Also