Difference between revisions of "ParticleSystem:getEmissionArea (日本語)"
m (→返値) |
m (→返値) |
||
Line 6: | Line 6: | ||
distribution, dx, dy, angle, directionRelativeToCenter = ParticleSystem:getEmissionArea( ) | distribution, dx, dy, angle, directionRelativeToCenter = ParticleSystem:getEmissionArea( ) | ||
</source> | </source> | ||
− | === | + | === 引数 === |
なし。 | なし。 | ||
+ | |||
=== 返値 === | === 返値 === | ||
{{param|AreaSpreadDistribution|distribution|パーティクルにおける分布の種類。}} | {{param|AreaSpreadDistribution|distribution|パーティクルにおける分布の種類。}} |
Latest revision as of 09:29, 17 July 2019
LÖVE 11.0 から使用可能 |
この関数は ParticleSystem:getAreaSpread から変更されました。 |
パーティクルの領域に基づく生成引数を取得します。
関数
概要
distribution, dx, dy, angle, directionRelativeToCenter = ParticleSystem:getEmissionArea( )
引数
なし。
返値
AreaSpreadDistribution distribution
- パーティクルにおける分布の種類。
number dx
- 一様偏差による X 軸のエミッタからの最大射出距離、または標準偏差による X 軸の正規分布。
number dy
- 一様偏差による Y 軸のエミッタからの最大射出距離、または標準偏差による Y 軸の正規分布。
number angle
- 射出領域の弧度による角度。
boolean directionRelativeToCenter
- True ならば、射出領域中心に関連する方向へパーティクルを新規生成しますが、それ以外は false です。
関連