A Thousand Ships
f81114b5e2
[Navigation] Update documentation after nav split
2025-06-18 15:47:04 +02:00
Raul Santos
cea78730d0
[.NET] Use collection expressions
...
As of C# 12 we can now use collection expressions to reduce some boilerplate when initializing collections.
2024-12-21 03:38:42 +01:00
Kongfa Waroros
f27d12979d
Update certain example code snippets to use the new syntax
2024-08-23 14:16:54 +07:00
Raul Santos
3a23253734
Add C# code to "Using NavigationServer"
2024-05-21 05:10:29 +02:00
Alexey Puchkov
8a9780670b
Fix typo in Using NavigationServer tutorial page
2024-05-17 08:27:34 +03:00
skyace65
f3364fb21e
Replace set_velocity with velocity property
2024-02-04 15:44:56 -05:00
Joel Kärn
d8aa528bbc
Update navigation_using_navigationservers.rst
...
Fixed typo
2023-11-23 16:21:27 +01:00
Haoyu Qiu
aa83e4b9e2
Improve the navigation documentation markup
2023-10-09 11:28:18 +08:00
Haoyu Qiu
313c3ed3db
Don't use SceneTree when not referring to the class
2023-10-06 20:13:43 +08:00
Ershn
fa132e9f2d
Improve the navigation documentation wording
...
Improve the navigation documentation wording and fix some typos.
2023-09-25 22:43:23 +09:00
Scott Campbell
439de2ed2f
PoolVector3Array now should be PackedVector3Array
2023-09-04 00:27:24 +10:00
smix8
faeb8ebd96
Remove agent avoidance page
...
Removes agent avoidance page.
2023-05-26 12:08:33 +02:00
growingbrain
ac6b144f23
Spelling corrections.
2023-03-28 13:15:42 -05:00
Danil Alexeev
59075ad12f
Fix GDScript code style regarding colon (docs)
2023-03-05 16:51:08 +03:00
Sebastian Rings
28ab4d2b9e
Fix spelling error
...
"procedual" -> "procedural"
2023-01-16 12:05:44 +01:00
smix8
f3836770ca
Fix NavigationServers doc due to recent renames
...
Fixes NavigationServers doc page due to recent function renames.
2022-12-19 20:47:52 +01:00
smix8
594911cf33
Add doc for NavigationServer, NavigationAgent and RVO agent avoidance
...
Adds documentation for NavigationServer with focus on topics not explained in the class documentation.
Adds documentation for NavigationAgent node use and caveats.
Adds documentation for RVO agent avoidance.
2022-10-11 05:49:08 +02:00