Version: 2020.1
LanguageEnglish
  • C#

SizeBySpeedModule

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

This module controls the size of particles based on their speeds.

See Also: ParticleSystem, ParticleSystem.sizeBySpeed.

Properties

enabledSpecifies whether the SizeBySpeedModule is enabled or disabled.
rangeSet the minimum and maximum speed that this modules applies the size curve between.
separateAxesSet the size by speed on each axis separately.
sizeCurve to control particle size based on speed.
sizeMultiplierA multiplier for ParticleSystem.SizeBySpeedModule.size.
xSize by speed curve for the x-axis.
xMultiplierSize multiplier along the x-axis.
ySize by speed curve for the y-axis.
yMultiplierSize multiplier along the y-axis.
zSize by speed curve for the z-axis.
zMultiplierSize multiplier along the z-axis.

Did you find this page useful? Please give it a rating: