Component:ParticleStyle

From Resonite Wiki
Revision as of 21:37, 18 March 2025 by Redd (talk | contribs) (update component)
Component image 
Particle Style component as seen in the Scene Inspector

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


A ParticleStyle defines the visual appearance for a ParticleSystem.

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.
Renderer IParticleRenderer
Modules list of IParticleSystemSubsystem
UseSystemLocalScale Bool
ParticleScaleMode ScaleMultiplierMode
UseSystemLocalRotation Bool

Behavior

Examples

See Also