DotRecastNetSim/src/DotRecast.Core
ikpil 7965af390e refactor: Change 'xyz' to uppercase in preparation for switching to System.Numeric.Vector3 2023-10-12 23:04:29 +09:00
..
Compression feat: DotFastLZ 2023-10-04 23:05:29 +09:00
CollectionExtensions.cs add working environment 2023-08-14 22:47:57 +09:00
DotRecast.Core.csproj feat: ready nuget!! 2023-10-03 15:56:56 +09:00
IRcCompressor.cs changing compression feature into an Interface 2023-08-05 21:45:05 +09:00
IRcRand.cs add IRcRand for unity3d 2023-07-14 22:42:48 +09:00
RcAnonymousDisposable.cs add scoped timer 2023-07-08 12:20:20 +09:00
RcArrayUtils.cs changed: typo 2023-10-01 18:50:04 +09:00
RcAtomicBoolean.cs preventing name conflicts 2023-05-06 11:44:57 +09:00
RcAtomicFloat.cs preventing name conflicts 2023-05-06 11:44:57 +09:00
RcAtomicInteger.cs preventing name conflicts 2023-05-06 11:44:57 +09:00
RcAtomicLong.cs preventing name conflicts 2023-05-06 11:44:57 +09:00
RcByteBuffer.cs change name 2023-05-10 22:44:51 +09:00
RcByteOrder.cs change name 2023-05-10 22:44:51 +09:00
RcByteUtils.cs rename in DotRecast.Detour.Dynamic 2023-09-16 12:49:58 +09:00
RcConvexUtils.cs refactor: Change 'xyz' to uppercase in preparation for switching to System.Numeric.Vector3 2023-10-12 23:04:29 +09:00
RcDirectory.cs fix: search directory 2023-09-21 23:13:39 +09:00
RcEdge.cs changed class names by c++ recastnavigation 2023-06-08 20:53:03 +09:00
RcFrequency.cs preventing name conflicts 2023-05-06 11:44:57 +09:00
RcHashCodes.cs implement Vector3f, Vector2f Equals, GetHashCode 2023-05-08 23:12:11 +09:00
RcImmutableArray.Enumerable.cs support empty RcImmutableArray 2023-09-02 15:11:19 +09:00
RcImmutableArray.Listable.cs add RcImmutableArray for unity3d 2023-08-05 10:27:10 +09:00
RcImmutableArray.Minimal.cs add RcImmutableArray for unity3d 2023-08-05 10:27:10 +09:00
RcImmutableArray.cs add RcImmutableArray for unity3d 2023-08-05 10:27:10 +09:00
RcIntersections.cs refactor: Change 'xyz' to uppercase in preparation for switching to System.Numeric.Vector3 2023-10-12 23:04:29 +09:00
RcMath.cs refactor: clamp 2023-09-23 07:38:46 +09:00
RcMatrix4x4f.cs refactoring: typo 2023-10-05 23:35:18 +09:00
RcObjImporter.cs refactor: ObjImporter, InputGeomProvider 2023-09-24 18:42:41 +09:00
RcObjImporterContext.cs refactor: ObjImporter, InputGeomProvider 2023-09-24 18:42:41 +09:00
RcRand.cs refactoring: typo 2023-10-05 23:35:18 +09:00
RcResources.cs bugfix: not working reousrce.load 2023-09-23 14:47:04 +09:00
RcSegmentVert.cs refactor: Change 'xyz' to uppercase in preparation for switching to System.Numeric.Vector3 2023-10-12 23:04:29 +09:00
RcSortedQueue.cs support ToList() at RcSortedQueue 2023-09-06 12:17:38 +09:00
RcTelemetry.cs typo 2023-08-19 16:13:37 +09:00
RcTelemetryTick.cs remove Tuple<string, long> 2023-07-01 13:12:29 +09:00
RcTimerLabel.cs add scoped timer 2023-07-08 12:20:20 +09:00
RcVec2f.cs refactor: Change 'xyz' to uppercase in preparation for switching to System.Numeric.Vector3 2023-10-12 23:04:29 +09:00
RcVec3f.cs refactor: Change 'xyz' to uppercase in preparation for switching to System.Numeric.Vector3 2023-10-12 23:04:29 +09:00