Namespace: | Sirenix.Reflection.Editor |
Assembly: | Sirenix.Reflection.Editor |
public static class TopLevel
public static int Cursor { get; }
public static bool HasTopLevel { get; }
public static Rect Rect { get; }
public static GUIStyle Style { get; }
public static GUILayoutGroup_Internal TopLevelGroup { get; }
public static void Add<T>(GUILayoutEntry_Internal<T> e)
where T : class
GUILayoutEntry_Internal<T> | e |
T |
public static GUILayoutEntry_Internal GetNext()
GUILayoutEntry_Internal |