summaryrefslogtreecommitdiffstats
path: root/doc/classes/RayCast3D.xml
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #90310 from mhilbrunner/OutdatedDemosRémi Verschelde2024-04-081-1/+1
|\ | | | | | | Update links to outdated asset library demos
| * Update links to outdated asset library demosskyace652024-04-071-1/+1
| | | | | | | | | | | | Update links to outdated asset library demos Co-authored-by: Max Hilbrunner <m.hilbrunner@gmail.com>
* | Add instructions to get shape of `RayCast2D/3D`A Thousand Ships2024-04-071-0/+15
|/ | | | Adds details on how to get the intersected shape
* RayCast2D and RayCast3D documentation: warn to check is_collidingRicardo Buring2024-03-141-2/+3
|
* Fix several minor class reference issuesskyace652024-01-231-1/+1
|
* Clarified behavior of RayCast objects when get_collision_point() is used ↵CardboardCarl2024-01-211-1/+1
| | | | inside a collision shape
* Grammatical improvements for the RayCast 2D and 3D class references.AcatXIo2023-08-291-3/+3
|
* Add ability to get barycentric coordinates from rayPrecisionRender2023-08-021-0/+6
|
* Add `hit_back_faces` property to `RayCast3D`Mikael Hermansson2023-07-111-0/+3
|
* Doctool: Remove version attribute from XML headerRémi Verschelde2023-07-061-1/+1
| | | | | | We don't use that info for anything, and it generates unnecessary diffs every time we bump the minor version (and CI failures if we forget to sync some files from opt-in modules (mono, text_server_fb).
* Bump version to 4.2-devRémi Verschelde2023-07-051-1/+1
| | | | Keep on waitin'
* Overhaul the top sections of the class reference (Physics classes)VolTer2023-05-201-6/+5
|
* Bump version to 4.1-devRémi Verschelde2023-03-011-1/+1
| | | | Can't stop, won't stop, they said, huh?
* Expose the collider RID in Raycast nodesPaul Joannon2022-08-221-0/+6
| | | | | Create and expose the method `get_collider_rid` in `RayCast2D` and `Raycast3D`. This method returns the `RID` of the first object that the ray intersects, or an empty `RID` if no object is intersecting the fay (i.e. `is_colliding` returns `false`).
* [doc] Use "param" instead of "code" to refer to parameters (4)Andy Maloney2022-08-111-2/+2
|
* Rename the argument tag to param in XML documentationYuri Sizov2022-08-081-7/+7
|
* Add an XML schema for documentationHugo Locurcio2022-02-151-1/+1
| | | | | | | | This makes it easier to spot syntax errors when editing the class reference. The schema is referenced locally so validation can still work offline. Each class XML's schema conformance is also checked on GitHub Actions.
* Improve some method bindings to use specific `Object` subtypesRémi Verschelde2022-01-281-4/+4
| | | | | This was made possible by changes to `VariantCaster` which now make it possible to pass any `Object`-derived type as pointer.
* Fixed incorrect property typesArnav Vijaywargiya2022-01-111-1/+1
|
* Unify similar method descriptionsHaoyu Qiu2022-01-061-2/+1
| | | | | | | | | | Notably: * `Packed*Array.size()` and `Array.size()`. * Shared methods of `Transform2D` and `Transform3D`. * Shared methods of `Vector2`, `Vector3`, and `Vector2i`. This reduces the Deja Vu when translating the class reference :)
* Replace Godot docs URL with `$DOCS_URL` in XML class referenceRémi Verschelde2021-11-151-2/+2
|
* Add raycast options to hit when starting inside / hit back facesPouleyKetchoupp2021-11-101-1/+4
| | | | | Makes the results consistent for all shape types with options to set the desired behavior.
* Don't generate empty doc sections and reduce code duplicationAaron Franke2021-09-201-2/+0
|
* Uniformize layer names, script methods and documentationPouleyKetchoupp2021-08-121-8/+6
| | | | | | | - Back to 1-based layer names to make it clearer in editor UI - Layer bit accessors are renamed to layer value and 1-based too - Uniform errors and documentation in render and physics - Fix a few remaining collision_layer used in place of collision_mask
* doc: Use self-closing tags for `return` and `argument`Rémi Verschelde2021-07-301-40/+20
| | | | | | | | For the time being we don't support writing a description for those, preferring having all details in the method's description. Using self-closing tags saves half the lines, and prevents contributors from thinking that they should write the argument or return documentation there.
* Better format arguments in variant parserMichael Alexsander Silva Dias2021-06-181-2/+2
|
* doc: Sync classref with current sourceRémi Verschelde2021-03-101-2/+2
|
* Adding Raycast3D custom debug shape thickness and colorjmb4622021-03-041-0/+7
|
* Link to demos from within the class referenceAaron Franke2020-10-011-0/+1
|
* doc: Sync classref with current sourceRémi Verschelde2020-09-111-3/+3
| | | | Bind missing enums.
* Rename RayCast's `cast_to` property to `target_position`Hugo Locurcio2020-09-101-3/+3
| | | | | `cast_to` is sometimes mistaken as a method rather than a property. `target_position` makes it more obvious that it's a property.
* Merge pull request #40993 from Calinou/doc-collision-layer-maskRémi Verschelde2020-08-311-1/+1
|\ | | | | Reference the online documentation in collision layer/mask properties
| * Reference the online documentation in collision layer/mask propertiesHugo Locurcio2020-08-031-1/+1
| | | | | | | | See https://github.com/godotengine/godot-docs/pull/3863.
* | Add link titles for all links in the class referenceHugo Locurcio2020-08-311-1/+1
|/ | | | | This makes them display in a nicer way in the editor help. (The title will display instead of the full URL.)
* Commit other files changed by file_format.shAaron Franke2020-07-131-1/+1
|
* doc: Sync classref with current sourceRémi Verschelde2020-07-031-1/+1
|
* doc: Update classref with node renamesRémi Verschelde2020-03-301-0/+150
A few extra renames for classes which were missed in last week's PRs.