Merge pull request #46508 from rcorre/pathbake
Clarify Curve.get_closest_point uses baked points.
This commit is contained in:
commit
5b58482b41
@ -63,7 +63,7 @@
|
|||||||
<argument index="0" name="to_point" type="Vector2">
|
<argument index="0" name="to_point" type="Vector2">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
Returns the closest point (in curve's local space) to [code]to_point[/code].
|
Returns the closest baked point (in curve's local space) to [code]to_point[/code].
|
||||||
[code]to_point[/code] must be in this curve's local space.
|
[code]to_point[/code] must be in this curve's local space.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
|
@ -78,7 +78,7 @@
|
|||||||
<argument index="0" name="to_point" type="Vector3">
|
<argument index="0" name="to_point" type="Vector3">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
Returns the closest point (in curve's local space) to [code]to_point[/code].
|
Returns the closest baked point (in curve's local space) to [code]to_point[/code].
|
||||||
[code]to_point[/code] must be in this curve's local space.
|
[code]to_point[/code] must be in this curve's local space.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
|
Loading…
Reference in New Issue
Block a user