From 4972f1b864c56c3d8a2bf8520de5d9d0492d9e99 Mon Sep 17 00:00:00 2001 From: "BARTEK-PC\\Bartek" Date: Sat, 19 Mar 2022 21:47:02 +0100 Subject: Expose navigable layers for NavigationAgent2D/3D --- doc/classes/NavigationAgent2D.xml | 3 +++ doc/classes/NavigationAgent3D.xml | 3 +++ 2 files changed, 6 insertions(+) (limited to 'doc/classes') diff --git a/doc/classes/NavigationAgent2D.xml b/doc/classes/NavigationAgent2D.xml index b7b23a1097..baab91569a 100644 --- a/doc/classes/NavigationAgent2D.xml +++ b/doc/classes/NavigationAgent2D.xml @@ -90,6 +90,9 @@ The maximum speed that an agent can move. + + A bitfield determining what layers of navigation regions this agent will use to calculate path. Changing it runtime will clear current navigation path and generate new one, according to new layers. + The distance to search for other agents. diff --git a/doc/classes/NavigationAgent3D.xml b/doc/classes/NavigationAgent3D.xml index 18886ac33e..04b148c70d 100644 --- a/doc/classes/NavigationAgent3D.xml +++ b/doc/classes/NavigationAgent3D.xml @@ -96,6 +96,9 @@ The maximum speed that an agent can move. + + A bitfield determining what layers of navigation regions this agent will use to calculate path. Changing it runtime will clear current navigation path and generate new one, according to new layers. + The distance to search for other agents. -- cgit v1.2.3