scripts
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using System;
|
||||
|
||||
namespace UnityEngine.UI
|
||||
{
|
||||
// Token: 0x02000099 RID: 153
|
||||
public interface ILayoutIgnorer
|
||||
{
|
||||
// Token: 0x1700017C RID: 380
|
||||
// (get) Token: 0x06000563 RID: 1379
|
||||
bool ignoreLayout { get; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user