Script interface for the main module.
See Also: ParticleSystem, ParticleSystem.main.
customSimulationSpace | Simulate particles relative to a custom transform component. |
duration | The duration of the particle system in seconds. |
emitterVelocityMode | Control how the Particle System calculates its velocity, when moving in the world. |
gravityModifier | Scale applied to the gravity, defined by Physics.gravity. |
gravityModifierMultiplier | Change the gravity mulutiplier. |
loop | Is the particle system looping? |
maxParticles | The maximum number of particles to emit. |
playOnAwake | If set to true, the particle system will automatically start playing on startup. |
prewarm | When looping is enabled, this controls whether this particle system will look like it has already simulated for one loop when first becoming visible. |
randomizeRotationDirection | Cause some particles to spin in the opposite direction. |
scalingMode | Control how the particle system's Transform Component is applied to the particle system. |
simulationSpace | This selects the space in which to simulate particles. It can be either world or local space. |
simulationSpeed | Override the default playback speed of the Particle System. |
startColor | The initial color of particles when emitted. |
startDelay | Start delay in seconds. |
startDelayMultiplier | Start delay multiplier in seconds. |
startLifetime | The total lifetime in seconds that each new particle will have. |
startLifetimeMultiplier | Start lifetime multiplier. |
startRotation | The initial rotation of particles when emitted. |
startRotation3D | A flag to enable 3D particle rotation. |
startRotationMultiplier | Start rotation multiplier. |
startRotationX | The initial rotation of particles around the X axis when emitted. |
startRotationXMultiplier | Start rotation multiplier around the X axis. |
startRotationY | The initial rotation of particles around the Y axis when emitted. |
startRotationYMultiplier | Start rotation multiplier around the Y axis. |
startRotationZ | The initial rotation of particles around the Z axis when emitted. |
startRotationZMultiplier | Start rotation multiplier around the Z axis. |
startSize | The initial size of particles when emitted. |
startSize3D | A flag to enable specifying particle size individually for each axis. |
startSizeMultiplier | Start size multiplier. |
startSizeX | The initial size of particles along the X axis when emitted. |
startSizeXMultiplier | Start rotation multiplier along the X axis. |
startSizeY | The initial size of particles along the Y axis when emitted. |
startSizeYMultiplier | Start rotation multiplier along the Y axis. |
startSizeZ | The initial size of particles along the Z axis when emitted. |
startSizeZMultiplier | Start rotation multiplier along the Z axis. |
startSpeed | The initial speed of particles when emitted. |
startSpeedMultiplier | A multiplier of the initial speed of particles when emitted. |
useUnscaledTime | When true, use the unscaled delta time to simulate the Particle System. Otherwise, use the scaled delta time. |
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.