You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-30 16:26:50 +00:00
fixed typos in the documentation
This commit is contained in:
@@ -5286,7 +5286,7 @@
|
|||||||
<argument index="0" name="screen_point" type="Vector2">
|
<argument index="0" name="screen_point" type="Vector2">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
Return a normal vector in worldspace, that is the result of projecting a point on the [Viewport] rectangle by the camera proyection. This is useful for casting rays in the form of (origin,normal) for object intersection or picking.
|
Return a normal vector in worldspace, that is the result of projecting a point on the [Viewport] rectangle by the camera projection. This is useful for casting rays in the form of (origin,normal) for object intersection or picking.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="project_local_ray_normal" qualifiers="const" >
|
<method name="project_local_ray_normal" qualifiers="const" >
|
||||||
@@ -5303,7 +5303,7 @@
|
|||||||
<argument index="0" name="screen_point" type="Vector2">
|
<argument index="0" name="screen_point" type="Vector2">
|
||||||
</argument>
|
</argument>
|
||||||
<description>
|
<description>
|
||||||
Return a 3D position in worldspace, that is the result of projecting a point on the [Viewport] rectangle by the camera proyection. This is useful for casting rays in the form of (origin,normal) for object intersection or picking.
|
Return a 3D position in worldspace, that is the result of projecting a point on the [Viewport] rectangle by the camera projection. This is useful for casting rays in the form of (origin,normal) for object intersection or picking.
|
||||||
</description>
|
</description>
|
||||||
</method>
|
</method>
|
||||||
<method name="unproject_position" qualifiers="const" >
|
<method name="unproject_position" qualifiers="const" >
|
||||||
|
|||||||
Reference in New Issue
Block a user