Namespace: | Sirenix.Reflection.Editor |
Assembly: | Sirenix.Reflection.Editor |
public struct GUILayoutEntry_Internal : IEquatable<GUILayoutEntry_Internal>
public GUILayoutGroup_Internal AsLayoutGroup { get; }
public bool consideredForMargin { get; }
public object Entry { get; }
public bool IsLayoutGroup { get; }
public float maxHeight { get; }
public float maxWidth { get; }
public float minHeight { get; }
public float minWidth { get; }
public Rect rect { get; }
public int stretchHeight { get; }
public int stretchWidth { get; }
public bool Equals(GUILayoutEntry_Internal other)
GUILayoutEntry_Internal | other |
System.Boolean |
public override bool Equals(object obj)
System.Object | obj |
System.Boolean |
public override int GetHashCode()
System.Int32 |
public static bool operator ==(GUILayoutEntry_Internal left, GUILayoutEntry_Internal right)
GUILayoutEntry_Internal | left | |
GUILayoutEntry_Internal | right |
System.Boolean |
public static bool operator !=(GUILayoutEntry_Internal left, GUILayoutEntry_Internal right)
GUILayoutEntry_Internal | left | |
GUILayoutEntry_Internal | right |
System.Boolean |