struct in UnityEngine
/
Implemented in:UnityEngine.ParticleSystemModule
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseScript interface for Particle System emission parameters.
angularVelocity | Override the angular velocity of particles this system emits. |
angularVelocity3D | Override the 3D angular velocity of particles this system emits. |
applyShapeToPosition | When overriding the position of particles, setting this flag to true allows you to retain the influence of the shape module. |
axisOfRotation | Override the axis of rotation of particles this system emits. |
meshIndex | Set the index that specifies which Mesh to emit. |
particle | Override all the properties of particles this system emits. |
position | Override the position of particles this system emits. |
randomSeed | Override the random seed of particles this system emits. |
rotation | Override the rotation of particles this system emits. |
rotation3D | Override the 3D rotation of particles this system emits. |
startColor | Override the initial color of particles this system emits. |
startLifetime | Override the lifetime of particles this system emits. |
startSize | Override the initial size of particles this system emits. |
startSize3D | Override the initial 3D size of particles this system emits. |
velocity | Override the velocity of particles this system emits. |
ResetAngularVelocity | Reverts angularVelocity and angularVelocity3D back to the values specified in the Inspector. |
ResetAxisOfRotation | Revert the axis of rotation back to the value specified in the Inspector. |
ResetMeshIndex | Revert the Mesh selection back to the default randomized behavior. |
ResetPosition | Revert the position back to the value specified in the Inspector. |
ResetRandomSeed | Revert the random seed back to the value specified in the Inspector. |
ResetRotation | Reverts rotation and rotation3D back to the values specified in the Inspector. |
ResetStartColor | Revert the initial color back to the value specified in the Inspector. |
ResetStartLifetime | Revert the lifetime back to the value specified in the Inspector. |
ResetStartSize | Revert the initial size back to the value specified in the Inspector. |
ResetVelocity | Revert the velocity back to the value specified in the Inspector. |