This version of Unity is unsupported.

ExternalForcesModule

struct in UnityEngine

/

Implemented in:UnityEngine.ParticleSystemModule

Switch to Manual

Description

Script interface for the External Forces module.

Properties

enabledEnable/disable the External Forces module.
influenceCountThe number of Force Fields explicitly provided to the influencers list.
influenceFilterApply all Force Fields belonging to a matching layer to this Particle System.
multiplierMultiplies the magnitude of applied external forces.

Public Methods

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