Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


ParticleSystem.ExternalForcesModule

Script interface for the ExternalForcesModule of a Particle System.
Read time 1 minuteLast updated 10 days ago

Definition

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

Remarks

Properties

Property

Description

enabledSpecifies whether the ExternalForcesModule is enabled or disabled.
influenceCountThe number of Force Fields explicitly provided to the influencers list.
influenceFilterApply all Force Fields belonging to a matching Layer to this Particle System.
influenceMaskParticle System Force Field Components with a matching Layer affect this Particle System.
multiplierMultiplies the magnitude of external forces affecting the particles.
multiplierCurveMultiplies the magnitude of applied external forces.

Methods

Method

Description

AddInfluenceAdds a ParticleSystemForceField to the influencers list.
GetInfluenceGets the ParticleSystemForceField at the given index in the influencers list.
IsAffectedByDetermines whether any particles are inside the influence of a Force Field.
RemoveAllInfluencesRemoves every Force Field from the influencers list.
RemoveInfluenceRemoves the Force Field from the influencers list at the given index.
SetInfluenceAssigns the Force Field at the given index in the influencers list.