Exemplo n.º 1
0
    public override int GetHashCode()
    {
        unchecked
        {
            int hash = 17;

            hash = hash * 23 + VerticalLockSettings.GetHashCode();
            hash = hash * 23 + HorizontalLockSettings.GetHashCode();
            hash = hash * 23 + ZoomSettings.GetHashCode();
            hash = hash * 23 + SmoothDampMoveSettings.GetHashCode();
            hash = hash * 23 + Offset.GetHashCode();
            hash = hash * 23 + HorizontalOffsetDeltaMovementFactor.GetHashCode();
            hash = hash * 23 + VerticalCameraFollowMode.GetHashCode();

            return(hash);
        }
    }