From 61f33e205cecc923786fb646f6e325657751a3f5 Mon Sep 17 00:00:00 2001
From: smix8 <52464204+smix8@users.noreply.github.com>
Date: Tue, 29 Nov 2022 20:01:31 +0100
Subject: Change GridMap navigation_layers to be per mesh_library item
Changes GridMap navigation_layers from a single bitmask for the entire GridMap to a bitmask for each item used in the mesh_library with a baked navmesh.
---
doc/classes/MeshLibrary.xml | 15 +++++++++++++++
1 file changed, 15 insertions(+)
(limited to 'doc/classes')
diff --git a/doc/classes/MeshLibrary.xml b/doc/classes/MeshLibrary.xml
index ab217abb23..7c93ba5dce 100644
--- a/doc/classes/MeshLibrary.xml
+++ b/doc/classes/MeshLibrary.xml
@@ -59,6 +59,13 @@
Returns the item's name.
+
+
+
+
+ Returns the item's navigation layers bitmask.
+
+
@@ -126,6 +133,14 @@
This name is shown in the editor. It can also be used to look up the item later using [method find_item_by_name].
+
+
+
+
+
+ Sets the item's navigation layers bitmask.
+
+
--
cgit v1.2.3