ParticleSystem:setParticleLifetime (日本語)

LÖVE 0.9.0 から使用可能
ParticleSystem:setParticleLife から名称変更。

パーティクルの活動限界時間を設定します。

関数

概要

ParticleSystem:setParticleLifetime( min, max )

引数

number min
パーティクルの最小活動限界時間 (秒単位)
number max (min)
パーティクルの最大活動限界時間 (秒単位)

返値

ありません。

関連


そのほかの言語