Namespace: | Sirenix.Reflection.Editor |
Assembly: | Sirenix.Reflection.Editor |
public struct ScrollViewState_Internal : IEquatable<ScrollViewState_Internal>
public bool apply { get; }
public Rect position { get; }
public Vector2 scrollPosition { get; }
public Rect viewRect { get; }
public Rect visibleRect { get; }
public bool Equals(ScrollViewState_Internal other)
ScrollViewState_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 ==(ScrollViewState_Internal left, ScrollViewState_Internal right)
ScrollViewState_Internal | left | |
ScrollViewState_Internal | right |
System.Boolean |
public static bool operator !=(ScrollViewState_Internal left, ScrollViewState_Internal right)
ScrollViewState_Internal | left | |
ScrollViewState_Internal | right |
System.Boolean |