40 lines
1.3 KiB
C#
40 lines
1.3 KiB
C#
using System;
|
|
using System.Collections.Generic;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace MTAssets.UltimateLODSystem.MeshSimplifier.Internal
|
|
{
|
|
// Token: 0x02000612 RID: 1554
|
|
[Token(Token = "0x2000612")]
|
|
internal class BorderVertexComparer : IComparer<BorderVertex>
|
|
{
|
|
// Token: 0x06003100 RID: 12544 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
[Token(Token = "0x6003100")]
|
|
[Address(RVA = "0xDE4AB0", Offset = "0xDE38B0", VA = "0x180DE4AB0", Slot = "4")]
|
|
public int Compare(BorderVertex x, BorderVertex y)
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x06003101 RID: 12545 RVA: 0x00066BF0 File Offset: 0x00064DF0
|
|
[Token(Token = "0x6003101")]
|
|
[Address(RVA = "0x3D8B20", Offset = "0x3D7920", VA = "0x1803D8B20")]
|
|
public BorderVertexComparer()
|
|
{
|
|
}
|
|
|
|
// Token: 0x06003102 RID: 12546 RVA: 0x000020D3 File Offset: 0x000002D3
|
|
// Note: this type is marked as 'beforefieldinit'.
|
|
[Token(Token = "0x6003102")]
|
|
[Address(RVA = "0xDE4AE0", Offset = "0xDE38E0", VA = "0x180DE4AE0")]
|
|
static BorderVertexComparer()
|
|
{
|
|
throw new AnalysisFailedException("CPP2IL failed to recover any usable IL for this method.");
|
|
}
|
|
|
|
// Token: 0x04003ACE RID: 15054
|
|
[Token(Token = "0x4003ACE")]
|
|
public static readonly BorderVertexComparer instance;
|
|
}
|
|
}
|