2024.2.3
[2024.2.3] - 2024-06-03
Added
- Added
DtCollectPolysQuery
andFindCollectPolyTest
Fixed
- Nothing
Changed
- Changed
IDtPolyQuery
interface to makeProcess()
more versatile - Changed
PolyQueryInvoker
toDtActionPolyQuery
- Changed
DtTileCacheBuilder
to a static class - Changed
DtTileCacheLayerHeaderReader
to a static class - Changed
Dictionary<int, List<DtMeshTile>>
toDtMeshTile[]
to optimize memory usage - Changed
MAX_STEER_POINTS
from class constant to local. - Changed
List<DtStraightPath>
toSpan<DtStraightPath>
for enhanced memory efficiency - Changed
DtWriter
to a static class and renamed it toRcIO
- Changed class
Trajectory
to interfaceITrajectory
Removed
- Nothing
Special Thanks
PR
- Changed
List<DtStraightPath>
toSpan<DtStraightPath>
for enhanced… (#70) @ikpil - Changed
Dictionary<int, List<DtMeshTile>>
toDtMeshTile[]
to opti… (#69) @ikpil - Changed
IDtPolyQuery
interface to makeProcess()
more versatile (#68) @ikpil
Full Changelog: 2024.2.2...2024.2.3