NavMeshDataNavMeshData()On this pageNavMeshData(number agentTypeID) Constructs a new object representing a NavMesh for the specified agent type. Parameters: NameTypeDescriptionagentTypeIDnumberThe agent type ID to create a NavMesh for. Usage ---@type numberlocal agentTypeID;local navmeshdata = NavMeshData(agentTypeID);