scripts
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
using System;
|
||||
|
||||
namespace UnityEngine.CSSLayout
|
||||
{
|
||||
// Token: 0x0200051A RID: 1306
|
||||
// (Invoke) Token: 0x06003CC0 RID: 15552
|
||||
internal delegate long MeasureFunction(CSSNode node, float width, CSSMeasureMode widthMode, float height, CSSMeasureMode heightMode);
|
||||
}
|
||||
Reference in New Issue
Block a user