Files
niko c12fbe3fc6 m
2026-04-12 16:51:38 +02:00

11 lines
305 B
C#

using System;
using Cpp2IlInjected;
namespace UnityEngine.Experimental.Rendering.Universal.LibTessDotNet
{
// Token: 0x020000E1 RID: 225
// (Invoke) Token: 0x060004A7 RID: 1191
[Token(Token = "0x20000B0")]
internal delegate object CombineCallback(Vec3 position, object[] data, float[] weights);
}