15 lines
229 B
C#
15 lines
229 B
C#
using System;
|
|
|
|
namespace UnityEngine.CSSLayout
|
|
{
|
|
// Token: 0x02000518 RID: 1304
|
|
internal struct CSSSize
|
|
{
|
|
// Token: 0x040012D8 RID: 4824
|
|
public float width;
|
|
|
|
// Token: 0x040012D9 RID: 4825
|
|
public float height;
|
|
}
|
|
}
|