13 lines
217 B
C#
13 lines
217 B
C#
using System;
|
|
|
|
namespace UnityEngine.UI
|
|
{
|
|
// Token: 0x02000099 RID: 153
|
|
public interface ILayoutIgnorer
|
|
{
|
|
// Token: 0x1700017C RID: 380
|
|
// (get) Token: 0x06000563 RID: 1379
|
|
bool ignoreLayout { get; }
|
|
}
|
|
}
|