DotRecastNetSim/src/DotRecast.Detour.TileCache
ikpil 990dbcf97f Changed data structure of 'neis' from List<byte> to byte[] for optimized memory usage and improved access speed in `DtLayerMonotoneRegion` 2024-07-12 23:55:35 +09:00
..
Io update `DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com` 2024-05-25 22:42:57 +09:00
DotRecast.Detour.TileCache.csproj add release note url in nuget package 2024-02-03 22:53:17 +09:00
DtCompressedTile.cs update `DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com` 2024-05-25 22:42:57 +09:00
DtCompressedTileFlags.cs refactor: typo 2023-10-11 23:55:37 +09:00
DtLayerMonotoneRegion.cs Changed data structure of 'neis' from List<byte> to byte[] for optimized memory usage and improved access speed in `DtLayerMonotoneRegion` 2024-07-12 23:55:35 +09:00
DtObstacleBox.cs refactor DtTileCacheObstacle class 2024-06-21 00:07:58 +09:00
DtObstacleCylinder.cs refactor DtTileCacheObstacle class 2024-06-21 00:07:58 +09:00
DtObstacleOrientedBox.cs refactor DtTileCacheObstacle class 2024-06-21 00:07:58 +09:00
DtObstacleRequest.cs update `DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com` 2024-05-25 22:42:57 +09:00
DtObstacleRequestAction.cs update `DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com` 2024-05-25 22:42:57 +09:00
DtObstacleState.cs update `DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com` 2024-05-25 22:42:57 +09:00
DtTempContour.cs changed class names by c++ recastnavigation 2023-06-08 22:24:34 +09:00
DtTileCache.cs refactor DtTileCacheObstacle class 2024-06-21 00:07:58 +09:00
DtTileCacheBuilder.cs Changed data structure of 'neis' from List<byte> to byte[] for optimized memory usage and improved access speed in `DtLayerMonotoneRegion` 2024-07-12 23:55:35 +09:00
DtTileCacheContour.cs Changed 'reg', 'area' arrays to byte arrays for uniformity and efficiency in DtTileCacheContour 2024-06-12 00:03:59 +09:00
DtTileCacheContourSet.cs update `DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com` 2024-05-25 22:42:57 +09:00
DtTileCacheLayer.cs Changed 'heights', 'areas', 'cons', and 'regs' arrays to byte arrays for uniformity and efficiency in DtTileCacheLayer 2024-06-11 00:44:20 +09:00
DtTileCacheLayerBuildResult.cs add DtTileCacheLayerBuilder 2023-08-19 13:03:00 +09:00
DtTileCacheLayerBuilder.cs update `DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com` 2024-05-25 22:42:57 +09:00
DtTileCacheLayerHeader.cs update `DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com` 2024-05-25 22:42:57 +09:00
DtTileCacheObstacle.cs refactor DtTileCacheObstacle class 2024-06-21 00:07:58 +09:00
DtTileCacheObstacleType.cs reorder the member variables of DtTileCacheObstacle 2024-06-20 23:52:37 +09:00
DtTileCacheParams.cs update `DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com` 2024-05-25 22:42:57 +09:00
DtTileCachePolyMesh.cs Changed 'reg', 'area' arrays to byte arrays for uniformity and efficiency in DtTileCacheContour 2024-06-12 00:03:59 +09:00
DtTileCacheStorageParams.cs update `DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com` 2024-05-25 22:42:57 +09:00
IDtTileCacheMeshProcess.cs update `DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com` 2024-05-25 22:42:57 +09:00