Version: 2018.2

VelocityOverLifetimeModule

struct in UnityEngine

Switch to Manual

Description

Script interface for the Velocity Over Lifetime module.

Variables

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.