Difference between revisions of "Source:getAttenuationDistances (日本語)"
(Created page with "{{newin (日本語)|0.9.0|090|type=関数|text=Source:getDistance から名称変更。}} Source の基準及び最大減衰距離を取...") |
m |
||
Line 1: | Line 1: | ||
− | {{newin (日本語)|[[0.9.0]]|090|type=関数|text=[[Source:getDistance (日本語)|Source:getDistance]] | + | {{newin (日本語)|[[0.9.0]]|090|type=関数|text=[[Source:getDistance (日本語)|Source:getDistance]] から名称変更}} |
Source の基準及び最大減衰距離を取得します。値は、現在の [[DistanceModel (日本語)|DistanceModel]] との組み合わせにより、リスナーからの距離を基準とした Source 音量の減衰方法に影響します。 | Source の基準及び最大減衰距離を取得します。値は、現在の [[DistanceModel (日本語)|DistanceModel]] との組み合わせにより、リスナーからの距離を基準とした Source 音量の減衰方法に影響します。 | ||
Latest revision as of 05:38, 18 September 2017
LÖVE 0.9.0 から使用可能 |
Source:getDistance から名称変更。 |
Source の基準及び最大減衰距離を取得します。値は、現在の DistanceModel との組み合わせにより、リスナーからの距離を基準とした Source 音量の減衰方法に影響します。
関数
概要
ref, max = Source:getAttenuationDistances( )
引数
なし。
返値
number ref
- 現在の基準減衰距離。現在の DistanceModel が clamped ならば、これは Source の減衰が無くなる前に最小の距離になります。
number max
- 現在の最大減衰距離。
関連
そのほかの言語
Dansk –
Deutsch –
English –
Español –
Français –
Indonesia –
Italiano –
Lietuviškai –
Magyar –
Nederlands –
Polski –
Português –
Română –
Slovenský –
Suomi –
Svenska –
Türkçe –
Česky –
Ελληνικά –
Български –
Русский –
Српски –
Українська –
עברית –
ไทย –
日本語 –
正體中文 –
简体中文 –
Tiếng Việt –
한국어
More info