Tested versions
reproducible in 4.5.1
System information
Godot v4.5.1.stable - Windows 11 (build 26100) - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4060 Laptop GPU (NVIDIA; 32.0.15.8142) - 13th Gen Intel(R) Core(TM) i9-13900HX (32 threads) - 15.74 GiB memory
Issue description
NavigationPolygon , NavigationMesh, NavigationMeshSourceGeometryData3D all have set_vertices() and get_vertices() to operate its internal property vertices , but gdscript code completion does not suggest them.
have other issues about vertices property , see Missing property in NavigationPolygon class
Steps to reproduce
type part of the function name in gdscript that extends those classes
Minimal reproduction project (MRP)
N/A
Tested versions
reproducible in 4.5.1
System information
Godot v4.5.1.stable - Windows 11 (build 26100) - Multi-window, 1 monitor - Vulkan (Forward+) - dedicated NVIDIA GeForce RTX 4060 Laptop GPU (NVIDIA; 32.0.15.8142) - 13th Gen Intel(R) Core(TM) i9-13900HX (32 threads) - 15.74 GiB memory
Issue description
NavigationPolygon,NavigationMesh,NavigationMeshSourceGeometryData3Dall haveset_vertices()andget_vertices()to operate its internal propertyvertices, but gdscript code completion does not suggest them.have other issues about
verticesproperty , see Missing property in NavigationPolygon classSteps to reproduce
type part of the function name in gdscript that extends those classes
Minimal reproduction project (MRP)
N/A