Version 3.3.0.1

ScrollViewState_Internal struct

Namespace: Sirenix.Reflection.Editor
Assembly: Sirenix.Reflection.Editor
public struct ScrollViewState_Internal : IEquatable<ScrollViewState_Internal>

Properties

apply
public bool apply { get; }
position
public Rect position { get; }
scrollPosition
public Vector2 scrollPosition { get; }
viewRect
public Rect viewRect { get; }
visibleRect
public Rect visibleRect { get; }

Methods

Equals(ScrollViewState_Internal)
public bool Equals(ScrollViewState_Internal other)
Parameters
ScrollViewState_Internal other

Returns
System.Boolean

Equals(Object)
public override bool Equals(object obj)
Parameters
System.Object obj

Returns
System.Boolean

GetHashCode()
public override int GetHashCode()
Returns
System.Int32

Operators

Equality(ScrollViewState_Internal, ScrollViewState_Internal)
public static bool operator ==(ScrollViewState_Internal left, ScrollViewState_Internal right)
Returns
System.Boolean

Inequality(ScrollViewState_Internal, ScrollViewState_Internal)
public static bool operator !=(ScrollViewState_Internal left, ScrollViewState_Internal right)
Returns
System.Boolean