Files
niko 8fc35183db a
2026-04-11 22:19:20 +02:00

11 lines
253 B
C#

using System;
using Cpp2IlInjected;
namespace UnityEngine.Yoga
{
// Token: 0x02000002 RID: 2
// (Invoke) Token: 0x06000002 RID: 2
[Token(Token = "0x2000002")]
internal delegate float BaselineFunction(YogaNode node, float width, float height);
}