11 lines
253 B
C#
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);
|
|
}
|