Version: 2017.3 (switch to 2017.4)
LanguageEnglish
  • C#
  • JS

Script language

Select your preferred scripting language. All code snippets will be displayed in this language.

Particle

struct in UnityEngine

Switch to Manual

Description

Script interface for a Particle.

Properties

angularVelocityThe angular velocity of the particle.
angularVelocity3DThe 3D angular velocity of the particle.
animatedVelocityThe animated velocity of the particle.
positionThe position of the particle.
randomSeedThe random seed of the particle.
remainingLifetimeThe remaining lifetime of the particle.
rotationThe rotation of the particle.
rotation3DThe 3D rotation of the particle.
startColorThe initial color of the particle. The current color of the particle is calculated procedurally based on this value and the active color modules.
startLifetimeThe starting lifetime of the particle.
startSizeThe initial size of the particle. The current size of the particle is calculated procedurally based on this value and the active size modules.
startSize3DThe initial 3D size of the particle. The current size of the particle is calculated procedurally based on this value and the active size modules.
totalVelocityThe total velocity of the particle.
velocityThe velocity of the particle.

Public Methods

GetCurrentColorCalculate the current color of the particle by applying the relevant curves to its startColor property.
GetCurrentSizeCalculate the current size of the particle by applying the relevant curves to its startSize property.
GetCurrentSize3DCalculate the current 3D size of the particle by applying the relevant curves to its startSize3D property.

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