Component:ParticleStyle

From Resonite Wiki
Revision as of 00:10, 1 April 2025 by 989onan (talk | contribs) (add info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Component image 
Particle Style component as seen in the Scene Inspector

A Particle Style defines the visual appearance and behavior for a ParticleSystem.

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.
Renderer IParticleRenderer How to render the particles for systems this is assigned to.
Modules list of IParticleSystemSubsystem A list of modules to influence how the particle system looks and behaves.
UseSystemLocalScale Bool Whether particles should rely on the particle system's simulation space for scale.
ParticleScaleMode ScaleMultiplierMode How to scale particles during simulation for this style.
UseSystemLocalRotation Bool Whether particles should rely on the particle system's simulation space for rotation.

Usage

Used with a ParticleSystem to create the visuals and behavior for particles. multiple Modules can be used to make a variety of effects. Ranging from wind, laser dust swirling after firing, beat visualizers, element bending, and even accretion disks from black holes, the possibilities are endless.

Examples

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


See Also