Files
2023-09-06 22:19:13 +02:00

40 lines
1.3 KiB
C#

using System;
using System.Collections.Generic;
using Cpp2IlInjected;
namespace MTAssets.UltimateLODSystem.MeshSimplifier.Internal
{
// Token: 0x0200066A RID: 1642
[Token(Token = "0x200066A")]
internal class BorderVertexComparer : IComparer<BorderVertex>
{
// Token: 0x060033C9 RID: 13257 RVA: 0x000020D3 File Offset: 0x000002D3
[Token(Token = "0x60033C9")]
[Address(RVA = "0x7B4410", Offset = "0x7B3410", VA = "0x1807B4410", Slot = "4")]
public int Compare(BorderVertex x, BorderVertex y)
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x060033CA RID: 13258 RVA: 0x0006DDB0 File Offset: 0x0006BFB0
[Token(Token = "0x60033CA")]
[Address(RVA = "0x36ABD0", Offset = "0x369BD0", VA = "0x18036ABD0")]
public BorderVertexComparer()
{
}
// Token: 0x060033CB RID: 13259 RVA: 0x000020D3 File Offset: 0x000002D3
// Note: this type is marked as 'beforefieldinit'.
[Token(Token = "0x60033CB")]
[Address(RVA = "0x7B4440", Offset = "0x7B3440", VA = "0x1807B4440")]
static BorderVertexComparer()
{
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
}
// Token: 0x04003DB8 RID: 15800
[Token(Token = "0x4003DB8")]
public static readonly BorderVertexComparer instance;
}
}