11 lines
305 B
C#
11 lines
305 B
C#
using System;
|
|
using Cpp2IlInjected;
|
|
|
|
namespace UnityEngine.Experimental.Rendering.Universal.LibTessDotNet
|
|
{
|
|
// Token: 0x020000DF RID: 223
|
|
// (Invoke) Token: 0x06000487 RID: 1159
|
|
[Token(Token = "0x20000AE")]
|
|
internal delegate object CombineCallback(Vec3 position, object[] data, float[] weights);
|
|
}
|