Commit Graph

11 Commits

Author SHA1 Message Date
Shawn Hardern
6a68d3e5c0 Add C# examples to Using NavigationRegions
Co-authored-by: A Thousand Ships <96648715+AThousandShips@users.noreply.github.com>
Co-authored-by: Raul Santos <raulsntos@gmail.com>
2024-08-23 17:30:30 +01:00
smix8
cac53e5d15 Update some navigation code examples
Updates some navigation code examples.
2024-02-15 21:49:42 +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
Alexander Trefonas
f119357c05 Fix typo 2023-03-10 17:40:39 -05:00
Danil Alexeev
59075ad12f Fix GDScript code style regarding colon (docs) 2023-03-05 16:51:08 +03:00
smix8
ba40296563 Fix NavigationRegion choice paralysis
Users were clearly overwhelmed with this choice what to pick.
2023-01-11 22:36:24 +01:00
smix8
9b190a7254 Clarify NavigationServer created regions
Clarify that NavigationServer create navigation regions do not join a navigation map automatically like a NavigationRegion node would. The server API created regions need a manual map assignment with region_set_map().
2023-01-03 03:33:53 +01:00
smix8
0c2058cb96 Add doc for NavigationLinks
Adds documentation for the new NavigationLinks with cross-ref to other relevant topics.
2022-10-13 10:39:04 +02:00
smix8
60cf1951af Add doc for NavigationRegions
Adds documentation for NavigationRegions and NavigationServer API use.
2022-10-11 06:21:30 +02:00