Difference between revisions of "ParticleSystem:getAreaSpread (日本語)"
(Created page with "{{newin (日本語)|0.9.0|090||type=関数}} パーティクルの領域に基づく生産引数を取得します。 == 関数 == === 概要 === <source lang="lua"> distr...") |
m |
||
Line 1: | Line 1: | ||
− | {{newin (日本語)|[[0.9.0]]|090||type=関数}} | + | {{newin (日本語)|[[0.9.0 (日本語)|0.9.0]]|090||type=関数}} |
+ | {{deprecatedin (日本語)|[[11.0 (日本語)|11.0]]|110|type=function|text=この関数は [[ParticleSystem:getEmissionArea (日本語)|ParticleSystem:getEmissionArea]] へ名称変更されました}} | ||
パーティクルの領域に基づく生産引数を取得します。 | パーティクルの領域に基づく生産引数を取得します。 | ||
== 関数 == | == 関数 == | ||
Line 20: | Line 21: | ||
{{#set:Description=パーティクルの領域に基づく生産引数を取得します。}} | {{#set:Description=パーティクルの領域に基づく生産引数を取得します。}} | ||
== そのほかの言語 == | == そのほかの言語 == | ||
− | {{i18n|ParticleSystem:getAreaSpread}} | + | {{i18n (日本語)|ParticleSystem:getAreaSpread}} |
Revision as of 02:06, 5 July 2019
LÖVE 0.9.0 から使用可能 |
この関数は以前のバージョンでは非対応です。 |
LÖVE 11.0 で廃止予定 |
この関数は ParticleSystem:getEmissionArea へ名称変更されました。 |
Property "PrettyDeprecated" (as page type) with input value "11.0 (日本語)|11.0" contains invalid characters or is incomplete and therefore can cause unexpected results during a query or annotation process. パーティクルの領域に基づく生産引数を取得します。
関数
概要
distribution, dx, dy = ParticleSystem:getAreaSpread( )
引数
なし。
返値
AreaSpreadDistribution distribution
- パーティクルにおける分布の種類。
number dx
- 一様偏差によるX-軸のエミッタからの距離または標準偏差による X-軸の正規分布を大量生産します。
number dy
- 一様偏差によるY-軸のエミッタからの距離または標準偏差による Y-軸の正規分布を大量生産します。
関連