Difference between revisions of "ParticleSystem:getAreaSpread (日本語)"
m |
m |
||
Line 1: | Line 1: | ||
{{newin (日本語)|[[0.9.0 (日本語)|0.9.0]]|090||type=関数}} | {{newin (日本語)|[[0.9.0 (日本語)|0.9.0]]|090||type=関数}} | ||
− | {{deprecatedin (日本語)|[[11.0 (日本語)|11.0]]|110|type= | + | {{deprecatedin (日本語)|[[11.0 (日本語)|11.0]]|110|type=関数|text=この関数は [[ParticleSystem:getEmissionArea (日本語)|ParticleSystem:getEmissionArea]] へ名称変更されました}} |
パーティクルの領域に基づく生産引数を取得します。 | パーティクルの領域に基づく生産引数を取得します。 | ||
== 関数 == | == 関数 == | ||
Line 19: | Line 19: | ||
{{#set:Since=090}} | {{#set:Since=090}} | ||
{{#set:PrettySince=0.9.0}} | {{#set:PrettySince=0.9.0}} | ||
+ | {{#set:Deprecated=110}} | ||
+ | {{#set:DeprecatedSince=11.0}} | ||
{{#set:Description=パーティクルの領域に基づく生産引数を取得します。}} | {{#set:Description=パーティクルの領域に基づく生産引数を取得します。}} | ||
== そのほかの言語 == | == そのほかの言語 == | ||
{{i18n (日本語)|ParticleSystem:getAreaSpread}} | {{i18n (日本語)|ParticleSystem:getAreaSpread}} |
Revision as of 02:07, 5 July 2019
LÖVE 0.9.0 から使用可能 |
この関数は以前のバージョンでは非対応です。 |
LÖVE 11.0 で廃止予定 |
この関数は ParticleSystem:getEmissionArea へ名称変更されました。 |
パーティクルの領域に基づく生産引数を取得します。
関数
概要
distribution, dx, dy = ParticleSystem:getAreaSpread( )
引数
なし。
返値
AreaSpreadDistribution distribution
- パーティクルにおける分布の種類。
number dx
- 一様偏差によるX-軸のエミッタからの距離または標準偏差による X-軸の正規分布を大量生産します。
number dy
- 一様偏差によるY-軸のエミッタからの距離または標準偏差による Y-軸の正規分布を大量生産します。
関連