doc: Sync classref with current source

This commit is contained in:
Rémi Verschelde 2019-04-15 14:49:41 +02:00
parent dab8f8c953
commit 09e94aa087
54 changed files with 853 additions and 37 deletions

View file

@ -37,6 +37,14 @@
Generate a noise image with the requested [code]width[/code] and [code]height[/code], based on the current noise parameters.
</description>
</method>
<method name="get_noise_1d">
<return type="float">
</return>
<argument index="0" name="x" type="float">
</argument>
<description>
</description>
</method>
<method name="get_noise_2d">
<return type="float">
</return>