summaryrefslogtreecommitdiffstats
path: root/doc/classes/RayCast2D.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* classref: Sync with current sourceRémi Verschelde2017-10-221-1/+1
| | | | | Also fix hyperlink references to same class as per the guidelines. [ci skip]
* Rename RayCasts collision_layer to collision_maskPedro J. Estébanez2017-10-211-6/+6
| | | | | | | | The point is that `RayCast`s are checked against objects' `collision_layer`(s), but they themselves are considered no to _belong_ to any layer. Therefore, the correct name for their property is `collision_mask`, rather than `collision_layer`. Only renaming is needed since the behavior was already the right one, only that it wasn't matching what users would expect from the name and description of the property. Fixes #7589, where it's also discussed.
* [DOCS] Fix a few typos.Andreas Haas2017-10-141-1/+1
|
* doc: Sync classref with current sourceRémi Verschelde2017-10-111-2/+2
| | | | | Ensure that s/fixed_process/physics_process/ is handled properly. [ci skip]
* doc: Sync classref with current sourceRémi Verschelde2017-09-131-5/+5
| | | | [ci skip]
* Changed the doc class generation to individual files per class. It is also ↵Juan Linietsky2017-09-121-0/+216
possible to save module files in module directories and the build system will recognize them.