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.Generic;
using System.Net.Security;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
namespace DotRecast.Detour.Crowd
namespace DotRecast.Detour.Crowd
{
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.
/// @ingroup crowd

View File

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

View File

@ -1,4 +1,4 @@
namespace DotRecast.Detour.Crowd
namespace DotRecast.Detour.Crowd
{
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.
/// @ingroup crowd

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
using DotRecast.Core;
using DotRecast.Core;
using ImGuiNET;
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
{

View File

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

View File

@ -1,4 +1,4 @@
using DotRecast.Detour;
using DotRecast.Detour;
using DotRecast.Detour.TileCache;
using DotRecast.Recast.Geom;
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
{

View File

@ -1,4 +1,4 @@
using DotRecast.Detour.Dynamic.Colliders;
using DotRecast.Detour.Dynamic.Colliders;
using 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
{

View File

@ -1,4 +1,4 @@
using DotRecast.Core.Numerics;
using DotRecast.Core.Numerics;
using static DotRecast.Recast.Toolset.Gizmos.RcGizmoHelper;
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
{

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
using DotRecast.Core.Collections;
using DotRecast.Core.Collections;
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.Detour.Extras.Jumplink;
using DotRecast.Recast.Geom;

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
namespace DotRecast.Recast
namespace DotRecast.Recast
{
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.
public readonly struct RcDirtyEntry

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
/*
/*
Copyright (c) 2009-2010 Mikko Mononen memon@inside.org
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
{

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@ -1,4 +1,4 @@
using DotRecast.Recast.Geom;
using DotRecast.Recast.Geom;
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 NUnit.Framework;