(One intermediate revision by one other user not shown)
Line 8:
Line 8:
== Usage ==
== Usage ==
{{Table ComponentFields
{{Table ComponentFields
|MaxParticles|Int|
|MaxParticleCount|Int|
The maximum particles controlled by this component that can exist at any given time.
The maximum particles controlled by this component that can exist at any given time.
|Style|'''[[Component:ParticleStyle|ParticleStyle]]'''|TypeAdv1=true|The ParticleStyle component that this component is using.
|Style|'''[[Component:ParticleStyle|ParticleStyle]]'''|TypeAdv1=true|The ParticleStyle component that this component is using.
Line 15:
Line 15:
== Behaviour ==
== Behaviour ==
With a particle system, multiple emitters can use the same source [[Component:ParticleStyle|ParticleStyle]]. Alternatively, multiple ParticleSystems can be used with the same style but different simulation spaces to avoid the need for multiple style components. This is especially handy when properties of the style need to be dynamically changed as it can be done fro ma centralized location.
With a particle system, multiple emitters can use the same source [[Component:ParticleStyle|ParticleStyle]]. Alternatively, multiple ParticleSystems can be used with the same style but different simulation spaces to avoid the need for multiple style components. This is especially handy when properties of the style need to be dynamically changed as it can be done from a centralized location.
This article or section is a Stub. You can help the Resonite Wiki by expanding it.
The ParticleSystem component acts as the interface between a particle style and one or more particle emitter.
The coordinate space the emitted particles will do calculations and physics under. (They are not actually placed under this slot, but they visually behave as though they are).
Behaviour
With a particle system, multiple emitters can use the same source ParticleStyle. Alternatively, multiple ParticleSystems can be used with the same style but different simulation spaces to avoid the need for multiple style components. This is especially handy when properties of the style need to be dynamically changed as it can be done from a centralized location.