Component:ColorByThreadDiagnosticModule

From Resonite Wiki
Revision as of 18:29, 8 February 2025 by 989onan (talk | contribs) (add info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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