summaryrefslogtreecommitdiffstats
path: root/doc/classes/NavigationLink2D.xml
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2022-12-18 00:31:27 +0100
committerRémi Verschelde <rverschelde@gmail.com>2022-12-18 00:31:27 +0100
commit0bb94df247a0a0c22333e2e99744fc3fd184601a (patch)
tree388f713b1b1cc48f140817410fae9c33099fc3c3 /doc/classes/NavigationLink2D.xml
parent2ee88192f970a33ec890246306ae2e460f9d5843 (diff)
parent32371906eb815153db797ceadd6671cda1ada629 (diff)
downloadredot-engine-0bb94df247a0a0c22333e2e99744fc3fd184601a.tar.gz
Merge pull request #70230 from DarkKilauea/nav-experimental
[4.x] Mark navigation classes and nodes as experimental
Diffstat (limited to 'doc/classes/NavigationLink2D.xml')
-rw-r--r--doc/classes/NavigationLink2D.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/NavigationLink2D.xml b/doc/classes/NavigationLink2D.xml
index d820e1327b..9d75694360 100644
--- a/doc/classes/NavigationLink2D.xml
+++ b/doc/classes/NavigationLink2D.xml
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8" ?>
-<class name="NavigationLink2D" inherits="Node2D" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
+<class name="NavigationLink2D" inherits="Node2D" is_experimental="true" version="4.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../class.xsd">
<brief_description>
Creates a link between two locations that [NavigationServer2D] can route agents through.
</brief_description>