Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ParticleSystem.RotationOverLifetimeModule

Script interface for the RotationOverLifetimeModule.
Read time 1 minuteLast updated 13 days ago

Definition

  • Type: Struct
  • Namespace: UnityEngine
  • Assembly: UnityEngine.ParticleSystemModule
public struct ParticleSystem.RotationOverLifetimeModule

Remarks

Rotate particles throughout their lifetime.
Additional Resources: ParticleSystem, _rotationOverLifetime

Properties

Property

Description

enabledSpecifies whether the RotationOverLifetimeModule is enabled or disabled.
separateAxesSet the rotation over lifetime on each axis separately.
xRotation over lifetime curve for the x-axis.
xMultiplierRotation multiplier around the x-axis.
yRotation over lifetime curve for the y-axis.
yMultiplierRotation multiplier around the y-axis.
zRotation over lifetime curve for the z-axis.
zMultiplierRotation multiplier around the z-axis.