Version: 2019.4

EmissionModule

struct in UnityEngine

マニュアルに切り替える

説明

Script interface for the EmissionModule of a Particle System.

変数

burstCountBurst の現在の数
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.