Version: 2019.2
LanguageEnglish
  • C#

VelocityOverLifetimeModule

struct in UnityEngine

/

Implemented in:UnityEngine.ParticleSystemModule

Suggest a change

Success!

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.

Close

Submission failed

For 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.

Close

Cancel

Switch to Manual

Description

Script interface for the Velocity Over Lifetime module.

This module sets the velocity of particles during their lifetime.

See Also: ParticleSystem, ParticleSystem.velocityOverLifetime.

Properties

enabledEnable/disable the Velocity Over Lifetime module.
orbitalOffsetXSpecify a custom center of rotation for the orbital and radial velocities.
orbitalOffsetXMultiplierThis method is more efficient than accessing the whole curve, if you only want to change the overall offset multiplier.
orbitalOffsetYSpecify a custom center of rotation for the orbital and radial velocities.
orbitalOffsetYMultiplierThis method is more efficient than accessing the whole curve, if you only want to change the overall offset multiplier.
orbitalOffsetZSpecify a custom center of rotation for the orbital and radial velocities.
orbitalOffsetZMultiplierThis method is more efficient than accessing the whole curve, if you only want to change the overall offset multiplier.
orbitalXCurve to control particle speed based on lifetime, around the X axis.
orbitalXMultiplierX axis speed multiplier.
orbitalYCurve to control particle speed based on lifetime, around the Y axis.
orbitalYMultiplierY axis speed multiplier.
orbitalZCurve to control particle speed based on lifetime, around the Z axis.
orbitalZMultiplierZ axis speed multiplier.
radialCurve to control particle speed based on lifetime, away from a center position.
radialMultiplierRadial speed multiplier.
spaceSpecifies if the velocities are in local space (rotated with the transform) or world space.
speedModifierCurve to control particle speed based on lifetime, without affecting the direction of the particles.
speedModifierMultiplierSpeed multiplier.
xCurve to control particle speed based on lifetime, on the X axis.
xMultiplierX axis speed multiplier.
yCurve to control particle speed based on lifetime, on the Y axis.
yMultiplierY axis speed multiplier.
zCurve to control particle speed based on lifetime, on the Z axis.
zMultiplierZ axis speed multiplier.