DotRecastNetSim/test/DotRecast.Detour.TileCache....
ikpil 99224251dc Changed `List<DtStraightPath>` to `Span<DtStraightPath>` for enhanced memory efficiency 2024-05-23 21:19:16 +09:00
..
Io remove Parallelizable in UnitTest 2024-01-21 19:27:58 +09:00
AbstractTileCacheTest.cs added DtNavMesh.Init() 2024-05-12 22:05:19 +09:00
DotRecast.Detour.TileCache.Test.csproj upgrade NUnit.Analyzers Version="4.2.0" 2024-04-27 11:00:33 +09:00
SampleAreaModifications.cs typo 2023-07-23 17:28:52 +09:00
TempObstaclesTest.cs Changed `Dictionary<int, List<DtMeshTile>>` to `DtMeshTile[]` to optimize memory usage 2024-05-22 01:34:11 +09:00
TestTileCacheMeshProcess.cs typo 2023-08-19 14:55:15 +09:00
TestTileLayerBuilder.cs rename RcRecast, DtDetour 2024-05-12 01:11:03 +09:00
TileCacheFindPathTest.cs Changed `List<DtStraightPath>` to `Span<DtStraightPath>` for enhanced memory efficiency 2024-05-23 21:19:16 +09:00
TileCacheNavigationTest.cs remove Parallelizable in UnitTest 2024-01-21 19:27:58 +09:00
TileCacheTest.cs remove Parallelizable in UnitTest 2024-01-21 19:27:58 +09:00
TileCacheTestSetUpFixture.cs add tile cache compressor factory shared 2023-08-19 15:31:51 +09:00