Version: 2020.2
언어: 한국어

EmissionModule

struct in UnityEngine

매뉴얼로 전환

설명

Script interface for EmissionModule.

The EmissionModule provides control over how many particles that the system has emitted.

See Also: ParticleSystem, ParticleSystem.emission.

변수

burstCountThe current number of bursts.
enabledSpecifies whether the EmissionModule is enabled or disabled.
rateOverDistanceThe rate at which the emitter spawns new particles over distance.
rateOverDistanceMultiplierChange the rate over distance multiplier.
rateOverTimeThe rate at which the emitter spawns new particles over time.
rateOverTimeMultiplierChange the rate over time multiplier.

Public 함수

GetBurstGets a single burst from the array of bursts.
GetBurstsGets the burst array.
SetBurstSets a single burst in the array of bursts.
SetBurstsSets the burst array.