Add docs for is_equal_approx on structures

This commit is contained in:
Aaron Franke
2019-11-30 15:08:50 -05:00
parent 2e76c7ce19
commit 3231fca934
11 changed files with 14 additions and 4 deletions

View File

@ -122,6 +122,7 @@
<argument index="0" name="plane" type="Plane">
</argument>
<description>
Returns [code]true[/code] if this plane and [code]plane[/code] are approximately equal, by running [method @GDScript.is_equal_approx] on each component.
</description>
</method>
<method name="is_point_over">