force utf-8

This commit is contained in:
ikpil 2024-09-05 22:57:28 +09:00
parent 1179f87d02
commit f18bedb02d
170 changed files with 170 additions and 170 deletions

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections; using System.Collections;
using System.Collections.Generic; using System.Collections.Generic;
using System.Net.Security; using System.Net.Security;

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Numerics; using System.Numerics;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Buffers; using System.Buffers;
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
namespace DotRecast.Core.Collections namespace DotRecast.Core.Collections

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections; using System.Collections;
using System.Collections.Generic; using System.Collections.Generic;

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
namespace DotRecast.Core.Collections namespace DotRecast.Core.Collections

View File

@ -1,4 +1,4 @@
namespace DotRecast.Core.Collections namespace DotRecast.Core.Collections
{ {
public readonly partial struct RcImmutableArray<T> public readonly partial struct RcImmutableArray<T>
{ {

View File

@ -1,4 +1,4 @@
using System; using System;
namespace DotRecast.Core.Collections namespace DotRecast.Core.Collections
{ {

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
namespace DotRecast.Core.Collections namespace DotRecast.Core.Collections

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
namespace DotRecast.Core.Collections namespace DotRecast.Core.Collections

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
namespace DotRecast.Core.Collections namespace DotRecast.Core.Collections

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
namespace DotRecast.Core.Collections namespace DotRecast.Core.Collections

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
namespace DotRecast.Core.Collections namespace DotRecast.Core.Collections

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
namespace DotRecast.Core.Collections namespace DotRecast.Core.Collections

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
namespace DotRecast.Core.Collections namespace DotRecast.Core.Collections

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
namespace DotRecast.Core.Collections namespace DotRecast.Core.Collections

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
namespace DotRecast.Core.Collections namespace DotRecast.Core.Collections

View File

@ -1,4 +1,4 @@
namespace DotRecast.Core namespace DotRecast.Core
{ {
public interface IRcRand public interface IRcRand
{ {

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
namespace DotRecast.Core.Numerics namespace DotRecast.Core.Numerics

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
namespace DotRecast.Core.Numerics namespace DotRecast.Core.Numerics

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
namespace DotRecast.Core namespace DotRecast.Core

View File

@ -1,4 +1,4 @@
using System.Threading; using System.Threading;
namespace DotRecast.Core namespace DotRecast.Core
{ {

View File

@ -1,4 +1,4 @@
using System.Threading; using System.Threading;
namespace DotRecast.Core namespace DotRecast.Core
{ {

View File

@ -1,4 +1,4 @@
using System.Threading; using System.Threading;
namespace DotRecast.Core namespace DotRecast.Core
{ {

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Threading; using System.Threading;
namespace DotRecast.Core namespace DotRecast.Core

View File

@ -1,4 +1,4 @@
namespace DotRecast.Core namespace DotRecast.Core
{ {
public enum RcByteOrder public enum RcByteOrder
{ {

View File

@ -1,4 +1,4 @@
using System.IO; using System.IO;
using System.Linq; using System.Linq;
namespace DotRecast.Core namespace DotRecast.Core

View File

@ -1,4 +1,4 @@
namespace DotRecast.Core namespace DotRecast.Core
{ {
public class RcEdge public class RcEdge
{ {

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Diagnostics; using System.Diagnostics;
namespace DotRecast.Core namespace DotRecast.Core

View File

@ -1,4 +1,4 @@
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
namespace DotRecast.Core namespace DotRecast.Core
{ {

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
namespace DotRecast.Core namespace DotRecast.Core
{ {

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Diagnostics; using System.Diagnostics;
using System.Runtime.InteropServices; using System.Runtime.InteropServices;

View File

@ -1,4 +1,4 @@
using System; using System;
namespace DotRecast.Core namespace DotRecast.Core
{ {

View File

@ -1,4 +1,4 @@
using System; using System;
namespace DotRecast.Core namespace DotRecast.Core
{ {

View File

@ -1,4 +1,4 @@
using DotRecast.Core.Numerics; using DotRecast.Core.Numerics;
namespace DotRecast.Core namespace DotRecast.Core
{ {

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
namespace DotRecast.Core namespace DotRecast.Core

View File

@ -1,4 +1,4 @@
using System; using System;
namespace DotRecast.Core namespace DotRecast.Core
{ {

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Runtime.CompilerServices; using System.Runtime.CompilerServices;
using DotRecast.Core.Collections; using DotRecast.Core.Collections;

View File

@ -1,4 +1,4 @@
namespace DotRecast.Core namespace DotRecast.Core
{ {
/// Recast performance timer categories. /// Recast performance timer categories.
/// @see rcContext /// @see rcContext

View File

@ -1,4 +1,4 @@
namespace DotRecast.Detour.Crowd namespace DotRecast.Detour.Crowd
{ {
public class DtCrowdAgentConfig public class DtCrowdAgentConfig
{ {

View File

@ -1,4 +1,4 @@
namespace DotRecast.Detour.Crowd namespace DotRecast.Detour.Crowd
{ {
/// The type of navigation mesh polygon the agent is currently traversing. /// The type of navigation mesh polygon the agent is currently traversing.
/// @ingroup crowd /// @ingroup crowd

View File

@ -1,4 +1,4 @@
namespace DotRecast.Detour.Crowd namespace DotRecast.Detour.Crowd
{ {
/// Crowd agent update flags. /// Crowd agent update flags.
/// @ingroup crowd /// @ingroup crowd

View File

@ -1,4 +1,4 @@
namespace DotRecast.Detour.Crowd namespace DotRecast.Detour.Crowd
{ {
public static class DtCrowdConst public static class DtCrowdConst
{ {

View File

@ -1,4 +1,4 @@
namespace DotRecast.Detour.Crowd namespace DotRecast.Detour.Crowd
{ {
/// Provides neighbor data for agents managed by the crowd. /// Provides neighbor data for agents managed by the crowd.
/// @ingroup crowd /// @ingroup crowd

View File

@ -1,4 +1,4 @@
using System; using System;
namespace DotRecast.Detour.Crowd namespace DotRecast.Detour.Crowd
{ {

View File

@ -1,4 +1,4 @@
namespace DotRecast.Detour.Crowd namespace DotRecast.Detour.Crowd
{ {
public class DtCrowdTimerLabel public class DtCrowdTimerLabel
{ {

View File

@ -1,4 +1,4 @@
namespace DotRecast.Detour.Crowd namespace DotRecast.Detour.Crowd
{ {
public enum DtMoveRequestState public enum DtMoveRequestState
{ {

View File

@ -1,4 +1,4 @@
namespace DotRecast.Detour.Crowd namespace DotRecast.Detour.Crowd
{ {
public class DtObstacleAvoidanceParams public class DtObstacleAvoidanceParams
{ {

View File

@ -1,4 +1,4 @@
using DotRecast.Core.Numerics; using DotRecast.Core.Numerics;
namespace DotRecast.Detour.Crowd namespace DotRecast.Detour.Crowd
{ {

View File

@ -1,4 +1,4 @@
using DotRecast.Core.Numerics; using DotRecast.Core.Numerics;
namespace DotRecast.Detour.Crowd namespace DotRecast.Detour.Crowd
{ {

View File

@ -1,4 +1,4 @@
using DotRecast.Core.Numerics; using DotRecast.Core.Numerics;
namespace DotRecast.Detour.Crowd namespace DotRecast.Detour.Crowd
{ {

View File

@ -1,4 +1,4 @@
namespace DotRecast.Detour.TileCache namespace DotRecast.Detour.TileCache
{ {
/// Flags for addTile /// Flags for addTile
public class DtCompressedTileFlags public class DtCompressedTileFlags

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
namespace DotRecast.Detour.TileCache namespace DotRecast.Detour.TileCache
{ {

View File

@ -1,4 +1,4 @@
using DotRecast.Core.Numerics; using DotRecast.Core.Numerics;
namespace DotRecast.Detour.TileCache namespace DotRecast.Detour.TileCache
{ {

View File

@ -1,4 +1,4 @@
using DotRecast.Core.Numerics; using DotRecast.Core.Numerics;
namespace DotRecast.Detour.TileCache namespace DotRecast.Detour.TileCache
{ {

View File

@ -1,4 +1,4 @@
using DotRecast.Core.Numerics; using DotRecast.Core.Numerics;
namespace DotRecast.Detour.TileCache namespace DotRecast.Detour.TileCache
{ {

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
namespace DotRecast.Detour.TileCache namespace DotRecast.Detour.TileCache
{ {

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
using System.Threading.Tasks; using System.Threading.Tasks;
namespace DotRecast.Detour.TileCache namespace DotRecast.Detour.TileCache

View File

@ -1,4 +1,4 @@
namespace DotRecast.Detour.TileCache namespace DotRecast.Detour.TileCache
{ {
public enum DtTileCacheObstacleType public enum DtTileCacheObstacleType
{ {

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
using DotRecast.Core; using DotRecast.Core;
namespace DotRecast.Detour.TileCache.Io.Compress namespace DotRecast.Detour.TileCache.Io.Compress

View File

@ -1,4 +1,4 @@
namespace DotRecast.Detour namespace DotRecast.Detour
{ {
public class BVItem public class BVItem
{ {

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
namespace DotRecast.Detour namespace DotRecast.Detour
{ {

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
namespace DotRecast.Detour namespace DotRecast.Detour
{ {

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
namespace DotRecast.Detour namespace DotRecast.Detour
{ {

View File

@ -1,4 +1,4 @@
using System; using System;
namespace DotRecast.Detour namespace DotRecast.Detour
{ {

View File

@ -1,4 +1,4 @@
using System; using System;
using DotRecast.Core; using DotRecast.Core;
namespace DotRecast.Detour namespace DotRecast.Detour

View File

@ -1,4 +1,4 @@
using System.Runtime.InteropServices; using System.Runtime.InteropServices;
namespace DotRecast.Detour namespace DotRecast.Detour
{ {

View File

@ -1,4 +1,4 @@
namespace DotRecast.Detour namespace DotRecast.Detour
{ {
public enum DtConvexConvexInFlag public enum DtConvexConvexInFlag
{ {

View File

@ -1,4 +1,4 @@
namespace DotRecast.Detour namespace DotRecast.Detour
{ {
public enum DtConvexConvexIntersection public enum DtConvexConvexIntersection
{ {

View File

@ -1,4 +1,4 @@
namespace DotRecast.Detour namespace DotRecast.Detour
{ {
public static class DtDetailTriEdgeFlags public static class DtDetailTriEdgeFlags
{ {

View File

@ -1,4 +1,4 @@
using DotRecast.Core.Numerics; using DotRecast.Core.Numerics;
namespace DotRecast.Detour namespace DotRecast.Detour
{ {

View File

@ -1,4 +1,4 @@
namespace DotRecast.Detour namespace DotRecast.Detour
{ {
public readonly struct DtFindPathOption public readonly struct DtFindPathOption
{ {

View File

@ -1,4 +1,4 @@
namespace DotRecast.Detour namespace DotRecast.Detour
{ {
/// Options for dtNavMeshQuery::initSlicedFindPath and updateSlicedFindPath /// Options for dtNavMeshQuery::initSlicedFindPath and updateSlicedFindPath
public static class DtFindPathOptions public static class DtFindPathOptions

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using DotRecast.Core.Numerics; using DotRecast.Core.Numerics;

View File

@ -1,4 +1,4 @@
using DotRecast.Core.Numerics; using DotRecast.Core.Numerics;
namespace DotRecast.Detour namespace DotRecast.Detour
{ {

View File

@ -1,4 +1,4 @@
namespace DotRecast.Detour namespace DotRecast.Detour
{ {
public static class DtNodeFlags public static class DtNodeFlags
{ {

View File

@ -1,4 +1,4 @@
using DotRecast.Core.Numerics; using DotRecast.Core.Numerics;
namespace DotRecast.Detour namespace DotRecast.Detour
{ {

View File

@ -1,4 +1,4 @@
namespace DotRecast.Detour namespace DotRecast.Detour
{ {
/// Flags representing the type of a navigation mesh polygon. /// Flags representing the type of a navigation mesh polygon.
public static class DtPolyTypes public static class DtPolyTypes

View File

@ -1,4 +1,4 @@
using DotRecast.Core.Numerics; using DotRecast.Core.Numerics;
namespace DotRecast.Detour namespace DotRecast.Detour
{ {

View File

@ -1,4 +1,4 @@
using DotRecast.Core.Numerics; using DotRecast.Core.Numerics;
namespace DotRecast.Detour namespace DotRecast.Detour
{ {

View File

@ -1,4 +1,4 @@
namespace DotRecast.Detour namespace DotRecast.Detour
{ {
/// Options for dtNavMeshQuery::raycast /// Options for dtNavMeshQuery::raycast
public static class DtRaycastOptions public static class DtRaycastOptions

View File

@ -1,4 +1,4 @@
namespace DotRecast.Detour namespace DotRecast.Detour
{ {
public readonly struct DtSegInterval public readonly struct DtSegInterval
{ {

View File

@ -1,4 +1,4 @@
namespace DotRecast.Detour namespace DotRecast.Detour
{ {
/// Vertex flags returned by dtNavMeshQuery::findStraightPath. /// Vertex flags returned by dtNavMeshQuery::findStraightPath.
public static class DtStraightPathFlags public static class DtStraightPathFlags

View File

@ -1,4 +1,4 @@
using DotRecast.Core; using DotRecast.Core;
using DotRecast.Core.Collections; using DotRecast.Core.Collections;
namespace DotRecast.Detour namespace DotRecast.Detour

View File

@ -1,4 +1,4 @@
namespace DotRecast.Detour namespace DotRecast.Detour
{ {
/// Options for dtNavMeshQuery::findStraightPath. /// Options for dtNavMeshQuery::findStraightPath.
public static class DtStraightPathOptions public static class DtStraightPathOptions

View File

@ -1,4 +1,4 @@
using System; using System;
using DotRecast.Core.Numerics; using DotRecast.Core.Numerics;
namespace DotRecast.Detour namespace DotRecast.Detour

View File

@ -1,4 +1,4 @@
using System; using System;
using DotRecast.Core.Numerics; using DotRecast.Core.Numerics;
namespace DotRecast.Detour namespace DotRecast.Detour

View File

@ -1,4 +1,4 @@
using System; using System;
using DotRecast.Core; using DotRecast.Core;
using K4os.Compression.LZ4; using K4os.Compression.LZ4;

View File

@ -1,4 +1,4 @@
namespace DotRecast.Recast.Demo; namespace DotRecast.Recast.Demo;
public static class KeyModState public static class KeyModState
{ {

View File

@ -1,4 +1,4 @@
namespace DotRecast.Recast.Demo.Messages; namespace DotRecast.Recast.Demo.Messages;
public class GeomLoadBeganEvent : IRecastDemoMessage public class GeomLoadBeganEvent : IRecastDemoMessage
{ {

View File

@ -1,4 +1,4 @@
namespace DotRecast.Recast.Demo.Messages; namespace DotRecast.Recast.Demo.Messages;
public interface IRecastDemoChannel public interface IRecastDemoChannel
{ {

View File

@ -1,4 +1,4 @@
namespace DotRecast.Recast.Demo.Messages; namespace DotRecast.Recast.Demo.Messages;
public class IRecastDemoMessage public class IRecastDemoMessage
{ {

View File

@ -1,4 +1,4 @@
namespace DotRecast.Recast.Demo.Messages; namespace DotRecast.Recast.Demo.Messages;
public class NavMeshBuildBeganEvent : IRecastDemoMessage public class NavMeshBuildBeganEvent : IRecastDemoMessage
{ {

View File

@ -1,4 +1,4 @@
namespace DotRecast.Recast.Demo.Messages; namespace DotRecast.Recast.Demo.Messages;
public class NavMeshLoadBeganEvent : IRecastDemoMessage public class NavMeshLoadBeganEvent : IRecastDemoMessage
{ {

View File

@ -1,4 +1,4 @@
namespace DotRecast.Recast.Demo.Messages; namespace DotRecast.Recast.Demo.Messages;
public class NavMeshSaveBeganEvent : IRecastDemoMessage public class NavMeshSaveBeganEvent : IRecastDemoMessage
{ {

View File

@ -1,4 +1,4 @@
using DotRecast.Core.Numerics; using DotRecast.Core.Numerics;
namespace DotRecast.Recast.Demo.Messages; namespace DotRecast.Recast.Demo.Messages;

View File

@ -1,4 +1,4 @@
using System.IO; using System.IO;
using System.Threading; using System.Threading;
using DotRecast.Core; using DotRecast.Core;
using DotRecast.Recast.Demo.Logging.Sinks; using DotRecast.Recast.Demo.Logging.Sinks;

View File

@ -1,4 +1,4 @@
using System; using System;
using DotRecast.Core.Collections; using DotRecast.Core.Collections;
using DotRecast.Core.Numerics; using DotRecast.Core.Numerics;
using DotRecast.Recast.Demo.Draw; using DotRecast.Recast.Demo.Draw;

View File

@ -1,4 +1,4 @@
using DotRecast.Core; using DotRecast.Core;
using DotRecast.Core.Numerics; using DotRecast.Core.Numerics;
using DotRecast.Detour.TileCache; using DotRecast.Detour.TileCache;
using DotRecast.Detour.TileCache.Io.Compress; using DotRecast.Detour.TileCache.Io.Compress;

View File

@ -1,4 +1,4 @@
using System; using System;
using DotRecast.Core.Numerics; using DotRecast.Core.Numerics;
using DotRecast.Recast.Demo.Draw; using DotRecast.Recast.Demo.Draw;
using DotRecast.Recast.Toolset; using DotRecast.Recast.Toolset;

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Collections.Immutable; using System.Collections.Immutable;

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Concurrent; using System.Collections.Concurrent;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;

View File

@ -1,4 +1,4 @@
using DotRecast.Core; using DotRecast.Core;
using ImGuiNET; using ImGuiNET;
namespace DotRecast.Recast.Demo.UI; namespace DotRecast.Recast.Demo.UI;

View File

@ -1,4 +1,4 @@
namespace DotRecast.Recast.Demo.UI.ViewModels; namespace DotRecast.Recast.Demo.UI.ViewModels;
public class LogMessageItem public class LogMessageItem
{ {

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using DotRecast.Detour; using DotRecast.Detour;

View File

@ -1,4 +1,4 @@
using DotRecast.Detour; using DotRecast.Detour;
using DotRecast.Detour.TileCache; using DotRecast.Detour.TileCache;
using DotRecast.Recast.Geom; using DotRecast.Recast.Geom;
using DotRecast.Recast.Toolset.Builder; using DotRecast.Recast.Toolset.Builder;

View File

@ -1,4 +1,4 @@
namespace DotRecast.Recast.Toolset.Gizmos namespace DotRecast.Recast.Toolset.Gizmos
{ {
public class RcCompositeGizmo : IRcGizmoMeshFilter public class RcCompositeGizmo : IRcGizmoMeshFilter
{ {

View File

@ -1,4 +1,4 @@
using DotRecast.Detour.Dynamic.Colliders; using DotRecast.Detour.Dynamic.Colliders;
using DotRecast.Recast.Toolset.Gizmos; using DotRecast.Recast.Toolset.Gizmos;
namespace DotRecast.Recast.Toolset.Gizmos namespace DotRecast.Recast.Toolset.Gizmos

View File

@ -1,4 +1,4 @@
using DotRecast.Core.Numerics; using DotRecast.Core.Numerics;
namespace DotRecast.Recast.Toolset.Gizmos namespace DotRecast.Recast.Toolset.Gizmos
{ {

View File

@ -1,4 +1,4 @@
using DotRecast.Core.Numerics; using DotRecast.Core.Numerics;
using static DotRecast.Recast.Toolset.Gizmos.RcGizmoHelper; using static DotRecast.Recast.Toolset.Gizmos.RcGizmoHelper;
namespace DotRecast.Recast.Toolset.Gizmos namespace DotRecast.Recast.Toolset.Gizmos

View File

@ -1,4 +1,4 @@
namespace DotRecast.Recast.Toolset.Gizmos namespace DotRecast.Recast.Toolset.Gizmos
{ {
public class RcTrimeshGizmo : IRcGizmoMeshFilter public class RcTrimeshGizmo : IRcGizmoMeshFilter
{ {

View File

@ -1,4 +1,4 @@
namespace DotRecast.Recast.Toolset namespace DotRecast.Recast.Toolset
{ {
public interface IRcToolable public interface IRcToolable
{ {

View File

@ -1,4 +1,4 @@
namespace DotRecast.Recast.Toolset namespace DotRecast.Recast.Toolset
{ {
public class RcNavMeshBuildSettings public class RcNavMeshBuildSettings
{ {

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using DotRecast.Core; using DotRecast.Core;
using DotRecast.Core.Numerics; using DotRecast.Core.Numerics;

View File

@ -1,4 +1,4 @@
using DotRecast.Core.Numerics; using DotRecast.Core.Numerics;
namespace DotRecast.Recast.Toolset.Tools namespace DotRecast.Recast.Toolset.Tools
{ {

View File

@ -1,4 +1,4 @@
namespace DotRecast.Recast.Toolset.Tools namespace DotRecast.Recast.Toolset.Tools
{ {
public class RcCrowdAgentTrail public class RcCrowdAgentTrail
{ {

View File

@ -1,4 +1,4 @@
namespace DotRecast.Recast.Toolset.Tools namespace DotRecast.Recast.Toolset.Tools
{ {
public enum RcCrowdAgentType public enum RcCrowdAgentType
{ {

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using DotRecast.Core; using DotRecast.Core;
using DotRecast.Core.Numerics; using DotRecast.Core.Numerics;

View File

@ -1,4 +1,4 @@
using DotRecast.Core.Collections; using DotRecast.Core.Collections;
namespace DotRecast.Recast.Toolset.Tools namespace DotRecast.Recast.Toolset.Tools
{ {

View File

@ -1,4 +1,4 @@
namespace DotRecast.Recast.Toolset.Tools namespace DotRecast.Recast.Toolset.Tools
{ {
public enum RcDynamicColliderShape public enum RcDynamicColliderShape
{ {

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.IO; using System.IO;
using System.Threading.Tasks; using System.Threading.Tasks;

View File

@ -1,4 +1,4 @@
using DotRecast.Core.Collections; using DotRecast.Core.Collections;
namespace DotRecast.Recast.Toolset.Tools namespace DotRecast.Recast.Toolset.Tools
{ {

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
using DotRecast.Core.Numerics; using DotRecast.Core.Numerics;
using DotRecast.Detour.Extras.Jumplink; using DotRecast.Detour.Extras.Jumplink;
using DotRecast.Recast.Geom; using DotRecast.Recast.Geom;

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Linq; using System.Linq;
using DotRecast.Core; using DotRecast.Core;
using DotRecast.Core.Collections; using DotRecast.Core.Collections;

View File

@ -1,4 +1,4 @@
using System; using System;
using DotRecast.Core.Numerics; using DotRecast.Core.Numerics;
using DotRecast.Recast.Geom; using DotRecast.Recast.Geom;
using DotRecast.Recast.Toolset.Builder; using DotRecast.Recast.Toolset.Builder;

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using DotRecast.Core; using DotRecast.Core;
using DotRecast.Core.Numerics; using DotRecast.Core.Numerics;

View File

@ -1,4 +1,4 @@
using DotRecast.Core.Collections; using DotRecast.Core.Collections;
namespace DotRecast.Recast.Toolset.Tools namespace DotRecast.Recast.Toolset.Tools
{ {

View File

@ -1,4 +1,4 @@
using System.Linq; using System.Linq;
using DotRecast.Core; using DotRecast.Core;
using DotRecast.Core.Collections; using DotRecast.Core.Collections;
using DotRecast.Core.Numerics; using DotRecast.Core.Numerics;

View File

@ -1,4 +1,4 @@
namespace DotRecast.Recast namespace DotRecast.Recast
{ {
public static class EdgeValues public static class EdgeValues
{ {

View File

@ -1,4 +1,4 @@
using DotRecast.Core.Numerics; using DotRecast.Core.Numerics;
namespace DotRecast.Recast.Geom namespace DotRecast.Recast.Geom
{ {

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
namespace DotRecast.Recast.Geom namespace DotRecast.Recast.Geom
{ {

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
namespace DotRecast.Recast.Geom namespace DotRecast.Recast.Geom
{ {

View File

@ -1,4 +1,4 @@
using DotRecast.Core.Numerics; using DotRecast.Core.Numerics;
namespace DotRecast.Recast.Geom namespace DotRecast.Recast.Geom
{ {

View File

@ -1,4 +1,4 @@
/* /*
Copyright (c) 2009-2010 Mikko Mononen memon@inside.org Copyright (c) 2009-2010 Mikko Mononen memon@inside.org
recast4j copyright (c) 2015-2019 Piotr Piastucki piotr@jtilia.org recast4j copyright (c) 2015-2019 Piotr Piastucki piotr@jtilia.org
DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com

View File

@ -1,4 +1,4 @@
namespace DotRecast.Recast namespace DotRecast.Recast
{ {
public interface IRcBuilderProgressListener public interface IRcBuilderProgressListener
{ {

View File

@ -1,4 +1,4 @@
namespace DotRecast.Recast namespace DotRecast.Recast
{ {
public static class RcAxis public static class RcAxis
{ {

View File

@ -1,4 +1,4 @@
namespace DotRecast.Recast namespace DotRecast.Recast
{ {
/// Contour build flags. /// Contour build flags.
/// @see rcBuildContours /// @see rcBuildContours

View File

@ -1,4 +1,4 @@
using DotRecast.Core; using DotRecast.Core;
namespace DotRecast.Recast namespace DotRecast.Recast
{ {

View File

@ -1,4 +1,4 @@
namespace DotRecast.Recast namespace DotRecast.Recast
{ {
public class RcCompactSpanBuilder public class RcCompactSpanBuilder
{ {

View File

@ -1,4 +1,4 @@
namespace DotRecast.Recast namespace DotRecast.Recast
{ {
public class RcContourHole public class RcContourHole
{ {

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
namespace DotRecast.Recast namespace DotRecast.Recast
{ {

View File

@ -1,4 +1,4 @@
namespace DotRecast.Recast namespace DotRecast.Recast
{ {
public class RcContourRegion public class RcContourRegion
{ {

View File

@ -1,4 +1,4 @@
namespace DotRecast.Recast namespace DotRecast.Recast
{ {
// Struct to keep track of entries in the region table that have been changed. // Struct to keep track of entries in the region table that have been changed.
public readonly struct RcDirtyEntry public readonly struct RcDirtyEntry

View File

@ -1,4 +1,4 @@
namespace DotRecast.Recast namespace DotRecast.Recast
{ {
public class RcHeightPatch public class RcHeightPatch
{ {

View File

@ -1,4 +1,4 @@
using DotRecast.Core.Numerics; using DotRecast.Core.Numerics;
namespace DotRecast.Recast namespace DotRecast.Recast
{ {

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
namespace DotRecast.Recast namespace DotRecast.Recast
{ {

View File

@ -1,4 +1,4 @@
namespace DotRecast.Recast namespace DotRecast.Recast
{ {
public class RcLayerSweepSpan public class RcLayerSweepSpan
{ {

View File

@ -1,4 +1,4 @@
namespace DotRecast.Recast namespace DotRecast.Recast
{ {
public readonly struct RcLevelStackEntry public readonly struct RcLevelStackEntry
{ {

View File

@ -1,4 +1,4 @@
namespace DotRecast.Recast namespace DotRecast.Recast
{ {
public enum RcPartition public enum RcPartition
{ {

View File

@ -1,4 +1,4 @@
using System.Linq; using System.Linq;
namespace DotRecast.Recast namespace DotRecast.Recast
{ {

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
namespace DotRecast.Recast namespace DotRecast.Recast
{ {

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
namespace DotRecast.Recast namespace DotRecast.Recast
{ {

View File

@ -1,4 +1,4 @@
/* /*
Copyright (c) 2009-2010 Mikko Mononen memon@inside.org Copyright (c) 2009-2010 Mikko Mononen memon@inside.org
DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com DotRecast Copyright (c) 2023-2024 Choi Ikpil ikpil@naver.com

View File

@ -1,4 +1,4 @@
namespace DotRecast.Recast namespace DotRecast.Recast
{ {
public class RcSweepSpan public class RcSweepSpan
{ {

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Buffers; using System.Buffers;
using System.Collections.Generic; using System.Collections.Generic;
using System.Net.Sockets; using System.Net.Sockets;

View File

@ -1,4 +1,4 @@
using DotRecast.Core.Collections; using DotRecast.Core.Collections;
using NUnit.Framework; using NUnit.Framework;
namespace DotRecast.Core.Test; namespace DotRecast.Core.Test;

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using DotRecast.Core.Buffers; using DotRecast.Core.Buffers;

View File

@ -1,4 +1,4 @@
using NUnit.Framework; using NUnit.Framework;
namespace DotRecast.Core.Test; namespace DotRecast.Core.Test;

View File

@ -1,4 +1,4 @@
using System; using System;
using System.IO; using System.IO;
using NUnit.Framework; using NUnit.Framework;

View File

@ -1,4 +1,4 @@
using System; using System;
using NUnit.Framework; using NUnit.Framework;
namespace DotRecast.Core.Test; namespace DotRecast.Core.Test;

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using System.Linq; using System.Linq;
using DotRecast.Core.Buffers; using DotRecast.Core.Buffers;

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections; using System.Collections;
using System.Collections.Generic; using System.Collections.Generic;
using DotRecast.Core.Collections; using DotRecast.Core.Collections;

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using NUnit.Framework; using NUnit.Framework;

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Collections.Generic; using System.Collections.Generic;
using DotRecast.Core.Collections; using DotRecast.Core.Collections;
using NUnit.Framework; using NUnit.Framework;

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Numerics; using System.Numerics;
using DotRecast.Core.Numerics; using DotRecast.Core.Numerics;
using NUnit.Framework; using NUnit.Framework;

View File

@ -1,4 +1,4 @@
using System.Collections.Immutable; using System.Collections.Immutable;
using System.Linq; using System.Linq;
using NUnit.Framework; using NUnit.Framework;

View File

@ -1,4 +1,4 @@
using System.Collections.Generic; using System.Collections.Generic;
using DotRecast.Core; using DotRecast.Core;
using DotRecast.Core.Collections; using DotRecast.Core.Collections;
using NUnit.Framework; using NUnit.Framework;

View File

@ -1,4 +1,4 @@
using System; using System;
using System.Linq; using System.Linq;
using DotRecast.Core.Numerics; using DotRecast.Core.Numerics;
using NUnit.Framework; using NUnit.Framework;

View File

@ -1,4 +1,4 @@
using DotRecast.Recast.Geom; using DotRecast.Recast.Geom;
namespace DotRecast.Detour.TileCache.Test; namespace DotRecast.Detour.TileCache.Test;

View File

@ -1,4 +1,4 @@
using DotRecast.Detour.TileCache.Io.Compress; using DotRecast.Detour.TileCache.Io.Compress;
using DotRecast.Detour.TileCache.Test.Io; using DotRecast.Detour.TileCache.Test.Io;
using NUnit.Framework; using NUnit.Framework;