Version: 2020.2
언어: 한국어

ExternalForcesModule

struct in UnityEngine

매뉴얼로 전환

설명

Script interface for ExternalForcesModule.

This module makes ParticleSystemForceField and WindZone components to affect the Particle System.

See Also: ParticleSystem, ParticleSystem.externalForces.

변수

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.

Public 함수

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.