mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-09-03 18:14:53 +03:00
fix typo: 'version' -> 'versions'
This commit is contained in:
@@ -6,7 +6,7 @@ Using NavigationRegions
|
||||
NavigationRegions are the visual Node representation of a **region** of the navigation **map** on the NavigationServer.
|
||||
Each NavigationRegion node holds a resource for the navigation mesh data.
|
||||
|
||||
Both 2D and 3D version are available as :ref:`NavigationRegion2D<class_NavigationRegion2D>`
|
||||
Both 2D and 3D versions are available as :ref:`NavigationRegion2D<class_NavigationRegion2D>`
|
||||
and :ref:`NavigationRegion3D<class_NavigationRegion3D>` respectively.
|
||||
|
||||
Individual NavigationRegions upload their 2D NavigationPolygon or 3D NavigationMesh resource data to the NavigationServer.
|
||||
|
||||
Reference in New Issue
Block a user