forked from mirror/DotRecast
force utf-8
This commit is contained in:
parent
1179f87d02
commit
f18bedb02d
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using System.Net.Security;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Numerics;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Buffers;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace DotRecast.Core.Collections
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace DotRecast.Core.Collections
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Core.Collections
|
||||
namespace DotRecast.Core.Collections
|
||||
{
|
||||
public readonly partial struct RcImmutableArray<T>
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
|
||||
namespace DotRecast.Core.Collections
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace DotRecast.Core.Collections
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace DotRecast.Core.Collections
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace DotRecast.Core.Collections
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace DotRecast.Core.Collections
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace DotRecast.Core.Collections
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace DotRecast.Core.Collections
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace DotRecast.Core.Collections
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace DotRecast.Core.Collections
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace DotRecast.Core.Collections
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Core
|
||||
namespace DotRecast.Core
|
||||
{
|
||||
public interface IRcRand
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace DotRecast.Core.Numerics
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace DotRecast.Core.Numerics
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace DotRecast.Core
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Threading;
|
||||
using System.Threading;
|
||||
|
||||
namespace DotRecast.Core
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Threading;
|
||||
using System.Threading;
|
||||
|
||||
namespace DotRecast.Core
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Threading;
|
||||
using System.Threading;
|
||||
|
||||
namespace DotRecast.Core
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Threading;
|
||||
|
||||
namespace DotRecast.Core
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Core
|
||||
namespace DotRecast.Core
|
||||
{
|
||||
public enum RcByteOrder
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.IO;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
|
||||
namespace DotRecast.Core
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Core
|
||||
namespace DotRecast.Core
|
||||
{
|
||||
public class RcEdge
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
|
||||
namespace DotRecast.Core
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Runtime.CompilerServices;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace DotRecast.Core
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace DotRecast.Core
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Diagnostics;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
|
||||
namespace DotRecast.Core
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
|
||||
namespace DotRecast.Core
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using DotRecast.Core.Numerics;
|
||||
using DotRecast.Core.Numerics;
|
||||
|
||||
namespace DotRecast.Core
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Runtime.CompilerServices;
|
||||
|
||||
namespace DotRecast.Core
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
|
||||
namespace DotRecast.Core
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Runtime.CompilerServices;
|
||||
using DotRecast.Core.Collections;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Core
|
||||
namespace DotRecast.Core
|
||||
{
|
||||
/// Recast performance timer categories.
|
||||
/// @see rcContext
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Detour.Crowd
|
||||
namespace DotRecast.Detour.Crowd
|
||||
{
|
||||
public class DtCrowdAgentConfig
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Detour.Crowd
|
||||
namespace DotRecast.Detour.Crowd
|
||||
{
|
||||
/// The type of navigation mesh polygon the agent is currently traversing.
|
||||
/// @ingroup crowd
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Detour.Crowd
|
||||
namespace DotRecast.Detour.Crowd
|
||||
{
|
||||
/// Crowd agent update flags.
|
||||
/// @ingroup crowd
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Detour.Crowd
|
||||
namespace DotRecast.Detour.Crowd
|
||||
{
|
||||
public static class DtCrowdConst
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Detour.Crowd
|
||||
namespace DotRecast.Detour.Crowd
|
||||
{
|
||||
/// Provides neighbor data for agents managed by the crowd.
|
||||
/// @ingroup crowd
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
|
||||
namespace DotRecast.Detour.Crowd
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Detour.Crowd
|
||||
namespace DotRecast.Detour.Crowd
|
||||
{
|
||||
public class DtCrowdTimerLabel
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Detour.Crowd
|
||||
namespace DotRecast.Detour.Crowd
|
||||
{
|
||||
public enum DtMoveRequestState
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Detour.Crowd
|
||||
namespace DotRecast.Detour.Crowd
|
||||
{
|
||||
public class DtObstacleAvoidanceParams
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using DotRecast.Core.Numerics;
|
||||
using DotRecast.Core.Numerics;
|
||||
|
||||
namespace DotRecast.Detour.Crowd
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using DotRecast.Core.Numerics;
|
||||
using DotRecast.Core.Numerics;
|
||||
|
||||
namespace DotRecast.Detour.Crowd
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using DotRecast.Core.Numerics;
|
||||
using DotRecast.Core.Numerics;
|
||||
|
||||
namespace DotRecast.Detour.Crowd
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Detour.TileCache
|
||||
namespace DotRecast.Detour.TileCache
|
||||
{
|
||||
/// Flags for addTile
|
||||
public class DtCompressedTileFlags
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace DotRecast.Detour.TileCache
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using DotRecast.Core.Numerics;
|
||||
using DotRecast.Core.Numerics;
|
||||
|
||||
namespace DotRecast.Detour.TileCache
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using DotRecast.Core.Numerics;
|
||||
using DotRecast.Core.Numerics;
|
||||
|
||||
namespace DotRecast.Detour.TileCache
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using DotRecast.Core.Numerics;
|
||||
using DotRecast.Core.Numerics;
|
||||
|
||||
namespace DotRecast.Detour.TileCache
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace DotRecast.Detour.TileCache
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace DotRecast.Detour.TileCache
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Detour.TileCache
|
||||
namespace DotRecast.Detour.TileCache
|
||||
{
|
||||
public enum DtTileCacheObstacleType
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
using DotRecast.Core;
|
||||
|
||||
namespace DotRecast.Detour.TileCache.Io.Compress
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Detour
|
||||
namespace DotRecast.Detour
|
||||
{
|
||||
public class BVItem
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace DotRecast.Detour
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace DotRecast.Detour
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace DotRecast.Detour
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
|
||||
namespace DotRecast.Detour
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using DotRecast.Core;
|
||||
|
||||
namespace DotRecast.Detour
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Runtime.InteropServices;
|
||||
using System.Runtime.InteropServices;
|
||||
|
||||
namespace DotRecast.Detour
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Detour
|
||||
namespace DotRecast.Detour
|
||||
{
|
||||
public enum DtConvexConvexInFlag
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Detour
|
||||
namespace DotRecast.Detour
|
||||
{
|
||||
public enum DtConvexConvexIntersection
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Detour
|
||||
namespace DotRecast.Detour
|
||||
{
|
||||
public static class DtDetailTriEdgeFlags
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using DotRecast.Core.Numerics;
|
||||
using DotRecast.Core.Numerics;
|
||||
|
||||
namespace DotRecast.Detour
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Detour
|
||||
namespace DotRecast.Detour
|
||||
{
|
||||
public readonly struct DtFindPathOption
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Detour
|
||||
namespace DotRecast.Detour
|
||||
{
|
||||
/// Options for dtNavMeshQuery::initSlicedFindPath and updateSlicedFindPath
|
||||
public static class DtFindPathOptions
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using DotRecast.Core.Numerics;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using DotRecast.Core.Numerics;
|
||||
using DotRecast.Core.Numerics;
|
||||
|
||||
namespace DotRecast.Detour
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Detour
|
||||
namespace DotRecast.Detour
|
||||
{
|
||||
public static class DtNodeFlags
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using DotRecast.Core.Numerics;
|
||||
using DotRecast.Core.Numerics;
|
||||
|
||||
namespace DotRecast.Detour
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Detour
|
||||
namespace DotRecast.Detour
|
||||
{
|
||||
/// Flags representing the type of a navigation mesh polygon.
|
||||
public static class DtPolyTypes
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using DotRecast.Core.Numerics;
|
||||
using DotRecast.Core.Numerics;
|
||||
|
||||
namespace DotRecast.Detour
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using DotRecast.Core.Numerics;
|
||||
using DotRecast.Core.Numerics;
|
||||
|
||||
namespace DotRecast.Detour
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Detour
|
||||
namespace DotRecast.Detour
|
||||
{
|
||||
/// Options for dtNavMeshQuery::raycast
|
||||
public static class DtRaycastOptions
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Detour
|
||||
namespace DotRecast.Detour
|
||||
{
|
||||
public readonly struct DtSegInterval
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Detour
|
||||
namespace DotRecast.Detour
|
||||
{
|
||||
/// Vertex flags returned by dtNavMeshQuery::findStraightPath.
|
||||
public static class DtStraightPathFlags
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using DotRecast.Core;
|
||||
using DotRecast.Core;
|
||||
using DotRecast.Core.Collections;
|
||||
|
||||
namespace DotRecast.Detour
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Detour
|
||||
namespace DotRecast.Detour
|
||||
{
|
||||
/// Options for dtNavMeshQuery::findStraightPath.
|
||||
public static class DtStraightPathOptions
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using DotRecast.Core.Numerics;
|
||||
|
||||
namespace DotRecast.Detour
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using DotRecast.Core.Numerics;
|
||||
|
||||
namespace DotRecast.Detour
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using DotRecast.Core;
|
||||
using K4os.Compression.LZ4;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Recast.Demo;
|
||||
namespace DotRecast.Recast.Demo;
|
||||
|
||||
public static class KeyModState
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Recast.Demo.Messages;
|
||||
namespace DotRecast.Recast.Demo.Messages;
|
||||
|
||||
public class GeomLoadBeganEvent : IRecastDemoMessage
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Recast.Demo.Messages;
|
||||
namespace DotRecast.Recast.Demo.Messages;
|
||||
|
||||
public interface IRecastDemoChannel
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Recast.Demo.Messages;
|
||||
namespace DotRecast.Recast.Demo.Messages;
|
||||
|
||||
public class IRecastDemoMessage
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Recast.Demo.Messages;
|
||||
namespace DotRecast.Recast.Demo.Messages;
|
||||
|
||||
public class NavMeshBuildBeganEvent : IRecastDemoMessage
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Recast.Demo.Messages;
|
||||
namespace DotRecast.Recast.Demo.Messages;
|
||||
|
||||
public class NavMeshLoadBeganEvent : IRecastDemoMessage
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Recast.Demo.Messages;
|
||||
namespace DotRecast.Recast.Demo.Messages;
|
||||
|
||||
public class NavMeshSaveBeganEvent : IRecastDemoMessage
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using DotRecast.Core.Numerics;
|
||||
using DotRecast.Core.Numerics;
|
||||
|
||||
namespace DotRecast.Recast.Demo.Messages;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.IO;
|
||||
using System.IO;
|
||||
using System.Threading;
|
||||
using DotRecast.Core;
|
||||
using DotRecast.Recast.Demo.Logging.Sinks;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using DotRecast.Core.Collections;
|
||||
using DotRecast.Core.Numerics;
|
||||
using DotRecast.Recast.Demo.Draw;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using DotRecast.Core;
|
||||
using DotRecast.Core;
|
||||
using DotRecast.Core.Numerics;
|
||||
using DotRecast.Detour.TileCache;
|
||||
using DotRecast.Detour.TileCache.Io.Compress;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using DotRecast.Core.Numerics;
|
||||
using DotRecast.Recast.Demo.Draw;
|
||||
using DotRecast.Recast.Toolset;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
|
||||
using System.Collections.Generic;
|
||||
using System.Collections.Immutable;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Collections.Concurrent;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using DotRecast.Core;
|
||||
using DotRecast.Core;
|
||||
using ImGuiNET;
|
||||
|
||||
namespace DotRecast.Recast.Demo.UI;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Recast.Demo.UI.ViewModels;
|
||||
namespace DotRecast.Recast.Demo.UI.ViewModels;
|
||||
|
||||
public class LogMessageItem
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using DotRecast.Detour;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using DotRecast.Detour;
|
||||
using DotRecast.Detour;
|
||||
using DotRecast.Detour.TileCache;
|
||||
using DotRecast.Recast.Geom;
|
||||
using DotRecast.Recast.Toolset.Builder;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Recast.Toolset.Gizmos
|
||||
namespace DotRecast.Recast.Toolset.Gizmos
|
||||
{
|
||||
public class RcCompositeGizmo : IRcGizmoMeshFilter
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using DotRecast.Detour.Dynamic.Colliders;
|
||||
using DotRecast.Detour.Dynamic.Colliders;
|
||||
using DotRecast.Recast.Toolset.Gizmos;
|
||||
|
||||
namespace DotRecast.Recast.Toolset.Gizmos
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using DotRecast.Core.Numerics;
|
||||
using DotRecast.Core.Numerics;
|
||||
|
||||
namespace DotRecast.Recast.Toolset.Gizmos
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using DotRecast.Core.Numerics;
|
||||
using DotRecast.Core.Numerics;
|
||||
using static DotRecast.Recast.Toolset.Gizmos.RcGizmoHelper;
|
||||
|
||||
namespace DotRecast.Recast.Toolset.Gizmos
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Recast.Toolset.Gizmos
|
||||
namespace DotRecast.Recast.Toolset.Gizmos
|
||||
{
|
||||
public class RcTrimeshGizmo : IRcGizmoMeshFilter
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Recast.Toolset
|
||||
namespace DotRecast.Recast.Toolset
|
||||
{
|
||||
public interface IRcToolable
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Recast.Toolset
|
||||
namespace DotRecast.Recast.Toolset
|
||||
{
|
||||
public class RcNavMeshBuildSettings
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using DotRecast.Core;
|
||||
using DotRecast.Core.Numerics;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using DotRecast.Core.Numerics;
|
||||
using DotRecast.Core.Numerics;
|
||||
|
||||
namespace DotRecast.Recast.Toolset.Tools
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Recast.Toolset.Tools
|
||||
namespace DotRecast.Recast.Toolset.Tools
|
||||
{
|
||||
public class RcCrowdAgentTrail
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Recast.Toolset.Tools
|
||||
namespace DotRecast.Recast.Toolset.Tools
|
||||
{
|
||||
public enum RcCrowdAgentType
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using DotRecast.Core;
|
||||
using DotRecast.Core.Numerics;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using DotRecast.Core.Collections;
|
||||
using DotRecast.Core.Collections;
|
||||
|
||||
namespace DotRecast.Recast.Toolset.Tools
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Recast.Toolset.Tools
|
||||
namespace DotRecast.Recast.Toolset.Tools
|
||||
{
|
||||
public enum RcDynamicColliderShape
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Threading.Tasks;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using DotRecast.Core.Collections;
|
||||
using DotRecast.Core.Collections;
|
||||
|
||||
namespace DotRecast.Recast.Toolset.Tools
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
using DotRecast.Core.Numerics;
|
||||
using DotRecast.Detour.Extras.Jumplink;
|
||||
using DotRecast.Recast.Geom;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Linq;
|
||||
using DotRecast.Core;
|
||||
using DotRecast.Core.Collections;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using DotRecast.Core.Numerics;
|
||||
using DotRecast.Recast.Geom;
|
||||
using DotRecast.Recast.Toolset.Builder;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using DotRecast.Core;
|
||||
using DotRecast.Core.Numerics;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using DotRecast.Core.Collections;
|
||||
using DotRecast.Core.Collections;
|
||||
|
||||
namespace DotRecast.Recast.Toolset.Tools
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Linq;
|
||||
using System.Linq;
|
||||
using DotRecast.Core;
|
||||
using DotRecast.Core.Collections;
|
||||
using DotRecast.Core.Numerics;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Recast
|
||||
namespace DotRecast.Recast
|
||||
{
|
||||
public static class EdgeValues
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using DotRecast.Core.Numerics;
|
||||
using DotRecast.Core.Numerics;
|
||||
|
||||
namespace DotRecast.Recast.Geom
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace DotRecast.Recast.Geom
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace DotRecast.Recast.Geom
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using DotRecast.Core.Numerics;
|
||||
using DotRecast.Core.Numerics;
|
||||
|
||||
namespace DotRecast.Recast.Geom
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/*
|
||||
Copyright (c) 2009-2010 Mikko Mononen memon@inside.org
|
||||
recast4j copyright (c) 2015-2019 Piotr Piastucki piotr@jtilia.org
|
||||
DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Recast
|
||||
namespace DotRecast.Recast
|
||||
{
|
||||
public interface IRcBuilderProgressListener
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Recast
|
||||
namespace DotRecast.Recast
|
||||
{
|
||||
public static class RcAxis
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Recast
|
||||
namespace DotRecast.Recast
|
||||
{
|
||||
/// Contour build flags.
|
||||
/// @see rcBuildContours
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using DotRecast.Core;
|
||||
using DotRecast.Core;
|
||||
|
||||
namespace DotRecast.Recast
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Recast
|
||||
namespace DotRecast.Recast
|
||||
{
|
||||
public class RcCompactSpanBuilder
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Recast
|
||||
namespace DotRecast.Recast
|
||||
{
|
||||
public class RcContourHole
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace DotRecast.Recast
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Recast
|
||||
namespace DotRecast.Recast
|
||||
{
|
||||
public class RcContourRegion
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Recast
|
||||
namespace DotRecast.Recast
|
||||
{
|
||||
// Struct to keep track of entries in the region table that have been changed.
|
||||
public readonly struct RcDirtyEntry
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Recast
|
||||
namespace DotRecast.Recast
|
||||
{
|
||||
public class RcHeightPatch
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using DotRecast.Core.Numerics;
|
||||
using DotRecast.Core.Numerics;
|
||||
|
||||
namespace DotRecast.Recast
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace DotRecast.Recast
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Recast
|
||||
namespace DotRecast.Recast
|
||||
{
|
||||
public class RcLayerSweepSpan
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Recast
|
||||
namespace DotRecast.Recast
|
||||
{
|
||||
public readonly struct RcLevelStackEntry
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Recast
|
||||
namespace DotRecast.Recast
|
||||
{
|
||||
public enum RcPartition
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Linq;
|
||||
using System.Linq;
|
||||
|
||||
namespace DotRecast.Recast
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace DotRecast.Recast
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace DotRecast.Recast
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/*
|
||||
/*
|
||||
Copyright (c) 2009-2010 Mikko Mononen memon@inside.org
|
||||
DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
namespace DotRecast.Recast
|
||||
namespace DotRecast.Recast
|
||||
{
|
||||
public class RcSweepSpan
|
||||
{
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Buffers;
|
||||
using System.Collections.Generic;
|
||||
using System.Net.Sockets;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using DotRecast.Core.Collections;
|
||||
using DotRecast.Core.Collections;
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace DotRecast.Core.Test;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using DotRecast.Core.Buffers;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using NUnit.Framework;
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace DotRecast.Core.Test;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.IO;
|
||||
using NUnit.Framework;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using NUnit.Framework;
|
||||
|
||||
namespace DotRecast.Core.Test;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using DotRecast.Core.Buffers;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Collections;
|
||||
using System.Collections.Generic;
|
||||
using DotRecast.Core.Collections;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using NUnit.Framework;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using DotRecast.Core.Collections;
|
||||
using NUnit.Framework;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Numerics;
|
||||
using DotRecast.Core.Numerics;
|
||||
using NUnit.Framework;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Collections.Immutable;
|
||||
using System.Collections.Immutable;
|
||||
using System.Linq;
|
||||
using NUnit.Framework;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System.Collections.Generic;
|
||||
using System.Collections.Generic;
|
||||
using DotRecast.Core;
|
||||
using DotRecast.Core.Collections;
|
||||
using NUnit.Framework;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using System;
|
||||
using System;
|
||||
using System.Linq;
|
||||
using DotRecast.Core.Numerics;
|
||||
using NUnit.Framework;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using DotRecast.Recast.Geom;
|
||||
using DotRecast.Recast.Geom;
|
||||
|
||||
namespace DotRecast.Detour.TileCache.Test;
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
using DotRecast.Detour.TileCache.Io.Compress;
|
||||
using DotRecast.Detour.TileCache.Io.Compress;
|
||||
using DotRecast.Detour.TileCache.Test.Io;
|
||||
using NUnit.Framework;
|
||||
|
||||
|
|
Loading…
Reference in New Issue