EmissionModule

struct in UnityEngine

매뉴얼로 전환

설명

Script interface for the Emission module.

변수

burstCountThe current number of bursts.
enabledEnable/disable the Emission module.
rateOverDistanceThe rate at which new particles are spawned, over distance.
rateOverDistanceMultiplierChange the rate over distance multiplier.
rateOverTimeThe rate at which new particles are spawned, over time.
rateOverTimeMultiplierChange the rate over time multiplier.

Public 함수

GetBurstGet a single burst from the array of bursts.
GetBurstsGet the burst array.
SetBurstSet a single burst in the array of bursts.
SetBurstsSet the burst array.