|Modules|{{RootFieldType|SyncRefList`1|[[Type:IParticleSystemSubsystem|IParticleSystemSubsystem]]}}|TypeAdv1=true| A list of modules to influence how the particle system looks and behaves.
|UseSystemLocalScale|Bool|
|UseSystemLocalScale|Bool| Whether particles should rely on the particle system's simulation space for scale.
|ParticleScaleMode|ScaleMultiplierMode|
|ParticleScaleMode|ScaleMultiplierMode| How to scale particles during simulation for this style.
|UseSystemLocalRotation|Bool|
|UseSystemLocalRotation|Bool| Whether particles should rely on the particle system's simulation space for rotation.
}}
}}
== Behavior ==
== Usage ==
Common Transition Templates:
Used with a [[Component:ParticleSystem|ParticleSystem]] to create the visuals and behavior for particles. multiple <code>Modules</code> 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.
There are 6 quick transition templates for Fade In and Fade out. Alpha fades between 0 and 1 and Intensity fading between <code>[0,0,0,1,sRGB]</code> (Black) and <code>[1,1,1,1,sRGB]</code> (White)
{| class="wikitable"
!Transition
!Generated fade positions
|-
|Alpha Fade In & Fade Out
|0% - 10%, 90% - 100%
|-
|Alpha Fade In
|0% - 10%
|-
|Alpha Fade Out
|90% - 100%
|-
|Intensity Fade In & Fade Out
|0% - 10%, 90% - 100%
|-
|Intensity Fade In
|0% - 10%
|-
|Intensity Fade Out
|90% - 100%
|}
Clear Fades will clear all transitions on both <code>AlphaOverLifetime</code> and <code>ColorOverLifetime</code>, along with setting <code>UseColorOverLifetime</code> to false
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.