DotRecastNetSim/src/DotRecast.Detour.TileCache
ikpil f18bedb02d force utf-8 2024-09-05 22:57:28 +09:00
..
Io force utf-8 2024-09-05 22:57:28 +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 force utf-8 2024-09-05 22:57:28 +09:00
DtLayerMonotoneRegion.cs force utf-8 2024-09-05 22:57:28 +09:00
DtObstacleBox.cs force utf-8 2024-09-05 22:57:28 +09:00
DtObstacleCylinder.cs force utf-8 2024-09-05 22:57:28 +09:00
DtObstacleOrientedBox.cs force utf-8 2024-09-05 22:57:28 +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 force utf-8 2024-09-05 22:57:28 +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 force utf-8 2024-09-05 22:57:28 +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 force utf-8 2024-09-05 22:57:28 +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