# Mathf.PerlinNoise

2Dのパーリンノイズを生成する。

![Mathf.PerlinNoise](./images/MathfPerlinNoiseCalculator.png)

## プロパティ

<table border="1" class="docutils">
<thead>
<tr><th>プロパティ名</th><th>説明</th></tr>
</thead>
<tbody valign="top">
<tr>
<td>
X
</td>
<td>
サンプル点のX座標。
</td>
</tr>
<tr>
<td>
Y
</td>
<td>
サンプル点のY座標。
</td>
</tr>
<tr>
<td>
Result
</td>
<td>
結果出力
</td>
</tr>
 </tbody>
</table>

