777 lines
31 KiB
C#
777 lines
31 KiB
C#
using System;
|
|
using UnityEngine;
|
|
using UnityEngine.EventSystems;
|
|
|
|
// Token: 0x02000982 RID: 2434
|
|
public class ResizePanel : MonoBehaviour, IPointerDownHandler, IDragHandler, IEventSystemHandler
|
|
{
|
|
// Token: 0x0601250D RID: 75021 RVA: 0x00540CCC File Offset: 0x0053EECC
|
|
public void JFGBBPABBNA(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
this.JLCNAALBMCD = this.IKDMCPCPKDK.sizeDelta;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out this.EGANEAJNPPI);
|
|
}
|
|
|
|
// Token: 0x0601250F RID: 75023 RVA: 0x00540D34 File Offset: 0x0053EF34
|
|
public void JHOLGCKIENK(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
if (this.IKDMCPCPKDK == null)
|
|
{
|
|
return;
|
|
}
|
|
Vector2 vector;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out vector);
|
|
Vector3 vector2 = vector - this.EGANEAJNPPI;
|
|
Vector2 vector3 = this.JLCNAALBMCD + new Vector2(vector2.x, -vector2.y);
|
|
vector3 = new Vector2(Mathf.Clamp(vector3.x, this.minSize.x, this.maxSize.x), Mathf.Clamp(vector3.y, this.minSize.y, this.maxSize.y));
|
|
this.IKDMCPCPKDK.sizeDelta = vector3;
|
|
}
|
|
|
|
// Token: 0x06012510 RID: 75024 RVA: 0x00540DF8 File Offset: 0x0053EFF8
|
|
private void AAEMAOKGCAF()
|
|
{
|
|
this.IKDMCPCPKDK = base.transform.parent.GetComponent<RectTransform>();
|
|
}
|
|
|
|
// Token: 0x06012511 RID: 75025 RVA: 0x00540E10 File Offset: 0x0053F010
|
|
public void KBDJMEBILJI(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
this.JLCNAALBMCD = this.IKDMCPCPKDK.sizeDelta;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out this.EGANEAJNPPI);
|
|
}
|
|
|
|
// Token: 0x06012512 RID: 75026 RVA: 0x00540E44 File Offset: 0x0053F044
|
|
private void JFFLHAMMGAH()
|
|
{
|
|
this.IKDMCPCPKDK = base.transform.parent.GetComponent<RectTransform>();
|
|
}
|
|
|
|
// Token: 0x06012513 RID: 75027 RVA: 0x00540E5C File Offset: 0x0053F05C
|
|
public void LGKBJEHHMDK(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
if (this.IKDMCPCPKDK == null)
|
|
{
|
|
return;
|
|
}
|
|
Vector2 vector;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out vector);
|
|
Vector3 vector2 = vector - this.EGANEAJNPPI;
|
|
Vector2 vector3 = this.JLCNAALBMCD + new Vector2(vector2.x, -vector2.y);
|
|
vector3 = new Vector2(Mathf.Clamp(vector3.x, this.minSize.x, this.maxSize.x), Mathf.Clamp(vector3.y, this.minSize.y, this.maxSize.y));
|
|
this.IKDMCPCPKDK.sizeDelta = vector3;
|
|
}
|
|
|
|
// Token: 0x06012514 RID: 75028 RVA: 0x00540F20 File Offset: 0x0053F120
|
|
public void GKPCHKKPCPJ(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
this.JLCNAALBMCD = this.IKDMCPCPKDK.sizeDelta;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out this.EGANEAJNPPI);
|
|
}
|
|
|
|
// Token: 0x06012515 RID: 75029 RVA: 0x00540F54 File Offset: 0x0053F154
|
|
private void OFOPHGFIAJM()
|
|
{
|
|
this.IKDMCPCPKDK = base.transform.parent.GetComponent<RectTransform>();
|
|
}
|
|
|
|
// Token: 0x06012516 RID: 75030 RVA: 0x00540F6C File Offset: 0x0053F16C
|
|
public void NBEDBEPBDGJ(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
this.JLCNAALBMCD = this.IKDMCPCPKDK.sizeDelta;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out this.EGANEAJNPPI);
|
|
}
|
|
|
|
// Token: 0x06012517 RID: 75031 RVA: 0x00540FA0 File Offset: 0x0053F1A0
|
|
private void LNKPKHFACHE()
|
|
{
|
|
this.IKDMCPCPKDK = base.transform.parent.GetComponent<RectTransform>();
|
|
}
|
|
|
|
// Token: 0x06012518 RID: 75032 RVA: 0x00540FB8 File Offset: 0x0053F1B8
|
|
public void MGECHCLEGCJ(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
if (this.IKDMCPCPKDK == null)
|
|
{
|
|
return;
|
|
}
|
|
Vector2 vector;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out vector);
|
|
Vector3 vector2 = vector - this.EGANEAJNPPI;
|
|
Vector2 vector3 = this.JLCNAALBMCD + new Vector2(vector2.x, -vector2.y);
|
|
vector3 = new Vector2(Mathf.Clamp(vector3.x, this.minSize.x, this.maxSize.x), Mathf.Clamp(vector3.y, this.minSize.y, this.maxSize.y));
|
|
this.IKDMCPCPKDK.sizeDelta = vector3;
|
|
}
|
|
|
|
// Token: 0x06012519 RID: 75033 RVA: 0x0054107C File Offset: 0x0053F27C
|
|
public void FDEEJGGJFKF(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
if (this.IKDMCPCPKDK == null)
|
|
{
|
|
return;
|
|
}
|
|
Vector2 vector;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out vector);
|
|
Vector3 vector2 = vector - this.EGANEAJNPPI;
|
|
Vector2 vector3 = this.JLCNAALBMCD + new Vector2(vector2.x, -vector2.y);
|
|
vector3 = new Vector2(Mathf.Clamp(vector3.x, this.minSize.x, this.maxSize.x), Mathf.Clamp(vector3.y, this.minSize.y, this.maxSize.y));
|
|
this.IKDMCPCPKDK.sizeDelta = vector3;
|
|
}
|
|
|
|
// Token: 0x0601251A RID: 75034 RVA: 0x00541140 File Offset: 0x0053F340
|
|
public void GLFIEMNLDOE(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
this.JLCNAALBMCD = this.IKDMCPCPKDK.sizeDelta;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out this.EGANEAJNPPI);
|
|
}
|
|
|
|
// Token: 0x0601251B RID: 75035 RVA: 0x00541174 File Offset: 0x0053F374
|
|
public void OnPointerDown(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
this.JLCNAALBMCD = this.IKDMCPCPKDK.sizeDelta;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out this.EGANEAJNPPI);
|
|
}
|
|
|
|
// Token: 0x0601251C RID: 75036 RVA: 0x005411A8 File Offset: 0x0053F3A8
|
|
public void KJJGOKIPPIN(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
this.JLCNAALBMCD = this.IKDMCPCPKDK.sizeDelta;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out this.EGANEAJNPPI);
|
|
}
|
|
|
|
// Token: 0x0601251D RID: 75037 RVA: 0x005411DC File Offset: 0x0053F3DC
|
|
public void DCDPDBBKGHP(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
if (this.IKDMCPCPKDK == null)
|
|
{
|
|
return;
|
|
}
|
|
Vector2 vector;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out vector);
|
|
Vector3 vector2 = vector - this.EGANEAJNPPI;
|
|
Vector2 vector3 = this.JLCNAALBMCD + new Vector2(vector2.x, -vector2.y);
|
|
vector3 = new Vector2(Mathf.Clamp(vector3.x, this.minSize.x, this.maxSize.x), Mathf.Clamp(vector3.y, this.minSize.y, this.maxSize.y));
|
|
this.IKDMCPCPKDK.sizeDelta = vector3;
|
|
}
|
|
|
|
// Token: 0x0601251E RID: 75038 RVA: 0x005412A0 File Offset: 0x0053F4A0
|
|
private void KJBPHNKFCAM()
|
|
{
|
|
this.IKDMCPCPKDK = base.transform.parent.GetComponent<RectTransform>();
|
|
}
|
|
|
|
// Token: 0x0601251F RID: 75039 RVA: 0x005412B8 File Offset: 0x0053F4B8
|
|
private void LGCNFLACIIH()
|
|
{
|
|
this.IKDMCPCPKDK = base.transform.parent.GetComponent<RectTransform>();
|
|
}
|
|
|
|
// Token: 0x06012520 RID: 75040 RVA: 0x005412D0 File Offset: 0x0053F4D0
|
|
public void OnDrag(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
if (this.IKDMCPCPKDK == null)
|
|
{
|
|
return;
|
|
}
|
|
Vector2 vector;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out vector);
|
|
Vector3 vector2 = vector - this.EGANEAJNPPI;
|
|
Vector2 vector3 = this.JLCNAALBMCD + new Vector2(vector2.x, -vector2.y);
|
|
vector3 = new Vector2(Mathf.Clamp(vector3.x, this.minSize.x, this.maxSize.x), Mathf.Clamp(vector3.y, this.minSize.y, this.maxSize.y));
|
|
this.IKDMCPCPKDK.sizeDelta = vector3;
|
|
}
|
|
|
|
// Token: 0x06012521 RID: 75041 RVA: 0x00541394 File Offset: 0x0053F594
|
|
public void NOFPOINENHM(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
if (this.IKDMCPCPKDK == null)
|
|
{
|
|
return;
|
|
}
|
|
Vector2 vector;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out vector);
|
|
Vector3 vector2 = vector - this.EGANEAJNPPI;
|
|
Vector2 vector3 = this.JLCNAALBMCD + new Vector2(vector2.x, -vector2.y);
|
|
vector3 = new Vector2(Mathf.Clamp(vector3.x, this.minSize.x, this.maxSize.x), Mathf.Clamp(vector3.y, this.minSize.y, this.maxSize.y));
|
|
this.IKDMCPCPKDK.sizeDelta = vector3;
|
|
}
|
|
|
|
// Token: 0x06012522 RID: 75042 RVA: 0x00541458 File Offset: 0x0053F658
|
|
public void FPCKBLLHHGE(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
this.JLCNAALBMCD = this.IKDMCPCPKDK.sizeDelta;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out this.EGANEAJNPPI);
|
|
}
|
|
|
|
// Token: 0x06012523 RID: 75043 RVA: 0x0054148C File Offset: 0x0053F68C
|
|
public void NMIHCDPFPAA(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
if (this.IKDMCPCPKDK == null)
|
|
{
|
|
return;
|
|
}
|
|
Vector2 vector;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out vector);
|
|
Vector3 vector2 = vector - this.EGANEAJNPPI;
|
|
Vector2 vector3 = this.JLCNAALBMCD + new Vector2(vector2.x, -vector2.y);
|
|
vector3 = new Vector2(Mathf.Clamp(vector3.x, this.minSize.x, this.maxSize.x), Mathf.Clamp(vector3.y, this.minSize.y, this.maxSize.y));
|
|
this.IKDMCPCPKDK.sizeDelta = vector3;
|
|
}
|
|
|
|
// Token: 0x06012524 RID: 75044 RVA: 0x00541550 File Offset: 0x0053F750
|
|
public void HFNOENOEHJO(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
if (this.IKDMCPCPKDK == null)
|
|
{
|
|
return;
|
|
}
|
|
Vector2 vector;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out vector);
|
|
Vector3 vector2 = vector - this.EGANEAJNPPI;
|
|
Vector2 vector3 = this.JLCNAALBMCD + new Vector2(vector2.x, -vector2.y);
|
|
vector3 = new Vector2(Mathf.Clamp(vector3.x, this.minSize.x, this.maxSize.x), Mathf.Clamp(vector3.y, this.minSize.y, this.maxSize.y));
|
|
this.IKDMCPCPKDK.sizeDelta = vector3;
|
|
}
|
|
|
|
// Token: 0x06012525 RID: 75045 RVA: 0x00541614 File Offset: 0x0053F814
|
|
private void ABBDFEGOFPH()
|
|
{
|
|
this.IKDMCPCPKDK = base.transform.parent.GetComponent<RectTransform>();
|
|
}
|
|
|
|
// Token: 0x06012526 RID: 75046 RVA: 0x0054162C File Offset: 0x0053F82C
|
|
public void JLDJGBJDFOC(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
this.JLCNAALBMCD = this.IKDMCPCPKDK.sizeDelta;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out this.EGANEAJNPPI);
|
|
}
|
|
|
|
// Token: 0x06012527 RID: 75047 RVA: 0x00541660 File Offset: 0x0053F860
|
|
public void IIPHMALFKIJ(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
this.JLCNAALBMCD = this.IKDMCPCPKDK.sizeDelta;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out this.EGANEAJNPPI);
|
|
}
|
|
|
|
// Token: 0x06012528 RID: 75048 RVA: 0x00541694 File Offset: 0x0053F894
|
|
public void KPMKBCFBJEO(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
if (this.IKDMCPCPKDK == null)
|
|
{
|
|
return;
|
|
}
|
|
Vector2 vector;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out vector);
|
|
Vector3 vector2 = vector - this.EGANEAJNPPI;
|
|
Vector2 vector3 = this.JLCNAALBMCD + new Vector2(vector2.x, -vector2.y);
|
|
vector3 = new Vector2(Mathf.Clamp(vector3.x, this.minSize.x, this.maxSize.x), Mathf.Clamp(vector3.y, this.minSize.y, this.maxSize.y));
|
|
this.IKDMCPCPKDK.sizeDelta = vector3;
|
|
}
|
|
|
|
// Token: 0x06012529 RID: 75049 RVA: 0x00541758 File Offset: 0x0053F958
|
|
public void FDLLHCPEEFG(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
if (this.IKDMCPCPKDK == null)
|
|
{
|
|
return;
|
|
}
|
|
Vector2 vector;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out vector);
|
|
Vector3 vector2 = vector - this.EGANEAJNPPI;
|
|
Vector2 vector3 = this.JLCNAALBMCD + new Vector2(vector2.x, -vector2.y);
|
|
vector3 = new Vector2(Mathf.Clamp(vector3.x, this.minSize.x, this.maxSize.x), Mathf.Clamp(vector3.y, this.minSize.y, this.maxSize.y));
|
|
this.IKDMCPCPKDK.sizeDelta = vector3;
|
|
}
|
|
|
|
// Token: 0x0601252A RID: 75050 RVA: 0x0054181C File Offset: 0x0053FA1C
|
|
private void NGHJFABFAOA()
|
|
{
|
|
this.IKDMCPCPKDK = base.transform.parent.GetComponent<RectTransform>();
|
|
}
|
|
|
|
// Token: 0x0601252B RID: 75051 RVA: 0x00541834 File Offset: 0x0053FA34
|
|
public void LDOJFGLCHOC(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
if (this.IKDMCPCPKDK == null)
|
|
{
|
|
return;
|
|
}
|
|
Vector2 vector;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out vector);
|
|
Vector3 vector2 = vector - this.EGANEAJNPPI;
|
|
Vector2 vector3 = this.JLCNAALBMCD + new Vector2(vector2.x, -vector2.y);
|
|
vector3 = new Vector2(Mathf.Clamp(vector3.x, this.minSize.x, this.maxSize.x), Mathf.Clamp(vector3.y, this.minSize.y, this.maxSize.y));
|
|
this.IKDMCPCPKDK.sizeDelta = vector3;
|
|
}
|
|
|
|
// Token: 0x0601252C RID: 75052 RVA: 0x005418F8 File Offset: 0x0053FAF8
|
|
public void JPNFMPELHMJ(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
this.JLCNAALBMCD = this.IKDMCPCPKDK.sizeDelta;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out this.EGANEAJNPPI);
|
|
}
|
|
|
|
// Token: 0x0601252D RID: 75053 RVA: 0x0054192C File Offset: 0x0053FB2C
|
|
public void PGHLNMBNIAF(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
if (this.IKDMCPCPKDK == null)
|
|
{
|
|
return;
|
|
}
|
|
Vector2 vector;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out vector);
|
|
Vector3 vector2 = vector - this.EGANEAJNPPI;
|
|
Vector2 vector3 = this.JLCNAALBMCD + new Vector2(vector2.x, -vector2.y);
|
|
vector3 = new Vector2(Mathf.Clamp(vector3.x, this.minSize.x, this.maxSize.x), Mathf.Clamp(vector3.y, this.minSize.y, this.maxSize.y));
|
|
this.IKDMCPCPKDK.sizeDelta = vector3;
|
|
}
|
|
|
|
// Token: 0x0601252E RID: 75054 RVA: 0x005419F0 File Offset: 0x0053FBF0
|
|
public void NBGGKGBBLBI(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
if (this.IKDMCPCPKDK == null)
|
|
{
|
|
return;
|
|
}
|
|
Vector2 vector;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out vector);
|
|
Vector3 vector2 = vector - this.EGANEAJNPPI;
|
|
Vector2 vector3 = this.JLCNAALBMCD + new Vector2(vector2.x, -vector2.y);
|
|
vector3 = new Vector2(Mathf.Clamp(vector3.x, this.minSize.x, this.maxSize.x), Mathf.Clamp(vector3.y, this.minSize.y, this.maxSize.y));
|
|
this.IKDMCPCPKDK.sizeDelta = vector3;
|
|
}
|
|
|
|
// Token: 0x0601252F RID: 75055 RVA: 0x00541AB4 File Offset: 0x0053FCB4
|
|
public void ADBBHNBINOB(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
if (this.IKDMCPCPKDK == null)
|
|
{
|
|
return;
|
|
}
|
|
Vector2 vector;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out vector);
|
|
Vector3 vector2 = vector - this.EGANEAJNPPI;
|
|
Vector2 vector3 = this.JLCNAALBMCD + new Vector2(vector2.x, -vector2.y);
|
|
vector3 = new Vector2(Mathf.Clamp(vector3.x, this.minSize.x, this.maxSize.x), Mathf.Clamp(vector3.y, this.minSize.y, this.maxSize.y));
|
|
this.IKDMCPCPKDK.sizeDelta = vector3;
|
|
}
|
|
|
|
// Token: 0x06012530 RID: 75056 RVA: 0x00541B78 File Offset: 0x0053FD78
|
|
private void LELHNBCKIEG()
|
|
{
|
|
this.IKDMCPCPKDK = base.transform.parent.GetComponent<RectTransform>();
|
|
}
|
|
|
|
// Token: 0x06012531 RID: 75057 RVA: 0x00541B90 File Offset: 0x0053FD90
|
|
public void ACEEOMEHNAA(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
if (this.IKDMCPCPKDK == null)
|
|
{
|
|
return;
|
|
}
|
|
Vector2 vector;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out vector);
|
|
Vector3 vector2 = vector - this.EGANEAJNPPI;
|
|
Vector2 vector3 = this.JLCNAALBMCD + new Vector2(vector2.x, -vector2.y);
|
|
vector3 = new Vector2(Mathf.Clamp(vector3.x, this.minSize.x, this.maxSize.x), Mathf.Clamp(vector3.y, this.minSize.y, this.maxSize.y));
|
|
this.IKDMCPCPKDK.sizeDelta = vector3;
|
|
}
|
|
|
|
// Token: 0x06012532 RID: 75058 RVA: 0x00541C54 File Offset: 0x0053FE54
|
|
public void CCGFKKFIFDI(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
this.JLCNAALBMCD = this.IKDMCPCPKDK.sizeDelta;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out this.EGANEAJNPPI);
|
|
}
|
|
|
|
// Token: 0x06012533 RID: 75059 RVA: 0x00541C88 File Offset: 0x0053FE88
|
|
public void ENDDKKOOOAJ(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
if (this.IKDMCPCPKDK == null)
|
|
{
|
|
return;
|
|
}
|
|
Vector2 vector;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out vector);
|
|
Vector3 vector2 = vector - this.EGANEAJNPPI;
|
|
Vector2 vector3 = this.JLCNAALBMCD + new Vector2(vector2.x, -vector2.y);
|
|
vector3 = new Vector2(Mathf.Clamp(vector3.x, this.minSize.x, this.maxSize.x), Mathf.Clamp(vector3.y, this.minSize.y, this.maxSize.y));
|
|
this.IKDMCPCPKDK.sizeDelta = vector3;
|
|
}
|
|
|
|
// Token: 0x06012534 RID: 75060 RVA: 0x00541D4C File Offset: 0x0053FF4C
|
|
public void EHBFKABACDB(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
this.JLCNAALBMCD = this.IKDMCPCPKDK.sizeDelta;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out this.EGANEAJNPPI);
|
|
}
|
|
|
|
// Token: 0x06012535 RID: 75061 RVA: 0x00541D80 File Offset: 0x0053FF80
|
|
private void OLEBPMMFNIF()
|
|
{
|
|
this.IKDMCPCPKDK = base.transform.parent.GetComponent<RectTransform>();
|
|
}
|
|
|
|
// Token: 0x06012536 RID: 75062 RVA: 0x00541D98 File Offset: 0x0053FF98
|
|
public void ODCKNKDKEJL(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
if (this.IKDMCPCPKDK == null)
|
|
{
|
|
return;
|
|
}
|
|
Vector2 vector;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out vector);
|
|
Vector3 vector2 = vector - this.EGANEAJNPPI;
|
|
Vector2 vector3 = this.JLCNAALBMCD + new Vector2(vector2.x, -vector2.y);
|
|
vector3 = new Vector2(Mathf.Clamp(vector3.x, this.minSize.x, this.maxSize.x), Mathf.Clamp(vector3.y, this.minSize.y, this.maxSize.y));
|
|
this.IKDMCPCPKDK.sizeDelta = vector3;
|
|
}
|
|
|
|
// Token: 0x06012537 RID: 75063 RVA: 0x00541E5C File Offset: 0x0054005C
|
|
public void KNCOEJMAGBL(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
this.JLCNAALBMCD = this.IKDMCPCPKDK.sizeDelta;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out this.EGANEAJNPPI);
|
|
}
|
|
|
|
// Token: 0x06012538 RID: 75064 RVA: 0x00541E90 File Offset: 0x00540090
|
|
private void LPBGGKDFLLN()
|
|
{
|
|
this.IKDMCPCPKDK = base.transform.parent.GetComponent<RectTransform>();
|
|
}
|
|
|
|
// Token: 0x06012539 RID: 75065 RVA: 0x00541EA8 File Offset: 0x005400A8
|
|
public void OINNDPDCEMF(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
this.JLCNAALBMCD = this.IKDMCPCPKDK.sizeDelta;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out this.EGANEAJNPPI);
|
|
}
|
|
|
|
// Token: 0x0601253A RID: 75066 RVA: 0x00541EDC File Offset: 0x005400DC
|
|
private void CLGGCAGCLKP()
|
|
{
|
|
this.IKDMCPCPKDK = base.transform.parent.GetComponent<RectTransform>();
|
|
}
|
|
|
|
// Token: 0x0601253B RID: 75067 RVA: 0x00541EF4 File Offset: 0x005400F4
|
|
public void DJGPAMNDEFI(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
this.JLCNAALBMCD = this.IKDMCPCPKDK.sizeDelta;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out this.EGANEAJNPPI);
|
|
}
|
|
|
|
// Token: 0x0601253C RID: 75068 RVA: 0x00541F28 File Offset: 0x00540128
|
|
private void Awake()
|
|
{
|
|
this.IKDMCPCPKDK = base.transform.parent.GetComponent<RectTransform>();
|
|
}
|
|
|
|
// Token: 0x0601253D RID: 75069 RVA: 0x00541F40 File Offset: 0x00540140
|
|
public void BLCJIBJKPDK(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
this.JLCNAALBMCD = this.IKDMCPCPKDK.sizeDelta;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out this.EGANEAJNPPI);
|
|
}
|
|
|
|
// Token: 0x0601253E RID: 75070 RVA: 0x00541F74 File Offset: 0x00540174
|
|
private void DLCHNOFPONJ()
|
|
{
|
|
this.IKDMCPCPKDK = base.transform.parent.GetComponent<RectTransform>();
|
|
}
|
|
|
|
// Token: 0x0601253F RID: 75071 RVA: 0x00541F8C File Offset: 0x0054018C
|
|
private void HKBNFKNLICF()
|
|
{
|
|
this.IKDMCPCPKDK = base.transform.parent.GetComponent<RectTransform>();
|
|
}
|
|
|
|
// Token: 0x06012540 RID: 75072 RVA: 0x00541FA4 File Offset: 0x005401A4
|
|
private void IABDGAJLFNK()
|
|
{
|
|
this.IKDMCPCPKDK = base.transform.parent.GetComponent<RectTransform>();
|
|
}
|
|
|
|
// Token: 0x06012541 RID: 75073 RVA: 0x00541FBC File Offset: 0x005401BC
|
|
public void DEGCOOFPBMN(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
this.JLCNAALBMCD = this.IKDMCPCPKDK.sizeDelta;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out this.EGANEAJNPPI);
|
|
}
|
|
|
|
// Token: 0x06012542 RID: 75074 RVA: 0x00541FF0 File Offset: 0x005401F0
|
|
public void HNPOKKGDOGO(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
this.JLCNAALBMCD = this.IKDMCPCPKDK.sizeDelta;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out this.EGANEAJNPPI);
|
|
}
|
|
|
|
// Token: 0x06012543 RID: 75075 RVA: 0x00542024 File Offset: 0x00540224
|
|
public void NJNDDBIIDNI(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
this.JLCNAALBMCD = this.IKDMCPCPKDK.sizeDelta;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out this.EGANEAJNPPI);
|
|
}
|
|
|
|
// Token: 0x06012544 RID: 75076 RVA: 0x00542058 File Offset: 0x00540258
|
|
public void GADDIEHCHHD(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
if (this.IKDMCPCPKDK == null)
|
|
{
|
|
return;
|
|
}
|
|
Vector2 vector;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out vector);
|
|
Vector3 vector2 = vector - this.EGANEAJNPPI;
|
|
Vector2 vector3 = this.JLCNAALBMCD + new Vector2(vector2.x, -vector2.y);
|
|
vector3 = new Vector2(Mathf.Clamp(vector3.x, this.minSize.x, this.maxSize.x), Mathf.Clamp(vector3.y, this.minSize.y, this.maxSize.y));
|
|
this.IKDMCPCPKDK.sizeDelta = vector3;
|
|
}
|
|
|
|
// Token: 0x06012545 RID: 75077 RVA: 0x0054211C File Offset: 0x0054031C
|
|
public void BNGAMBGAMON(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
if (this.IKDMCPCPKDK == null)
|
|
{
|
|
return;
|
|
}
|
|
Vector2 vector;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out vector);
|
|
Vector3 vector2 = vector - this.EGANEAJNPPI;
|
|
Vector2 vector3 = this.JLCNAALBMCD + new Vector2(vector2.x, -vector2.y);
|
|
vector3 = new Vector2(Mathf.Clamp(vector3.x, this.minSize.x, this.maxSize.x), Mathf.Clamp(vector3.y, this.minSize.y, this.maxSize.y));
|
|
this.IKDMCPCPKDK.sizeDelta = vector3;
|
|
}
|
|
|
|
// Token: 0x06012546 RID: 75078 RVA: 0x005421E0 File Offset: 0x005403E0
|
|
public void GKGEFOJJEDJ(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
if (this.IKDMCPCPKDK == null)
|
|
{
|
|
return;
|
|
}
|
|
Vector2 vector;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out vector);
|
|
Vector3 vector2 = vector - this.EGANEAJNPPI;
|
|
Vector2 vector3 = this.JLCNAALBMCD + new Vector2(vector2.x, -vector2.y);
|
|
vector3 = new Vector2(Mathf.Clamp(vector3.x, this.minSize.x, this.maxSize.x), Mathf.Clamp(vector3.y, this.minSize.y, this.maxSize.y));
|
|
this.IKDMCPCPKDK.sizeDelta = vector3;
|
|
}
|
|
|
|
// Token: 0x06012547 RID: 75079 RVA: 0x005422A4 File Offset: 0x005404A4
|
|
public void EGNOPDENABA(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
this.JLCNAALBMCD = this.IKDMCPCPKDK.sizeDelta;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out this.EGANEAJNPPI);
|
|
}
|
|
|
|
// Token: 0x06012548 RID: 75080 RVA: 0x005422D8 File Offset: 0x005404D8
|
|
public void KNFLNCEBCJO(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
if (this.IKDMCPCPKDK == null)
|
|
{
|
|
return;
|
|
}
|
|
Vector2 vector;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out vector);
|
|
Vector3 vector2 = vector - this.EGANEAJNPPI;
|
|
Vector2 vector3 = this.JLCNAALBMCD + new Vector2(vector2.x, -vector2.y);
|
|
vector3 = new Vector2(Mathf.Clamp(vector3.x, this.minSize.x, this.maxSize.x), Mathf.Clamp(vector3.y, this.minSize.y, this.maxSize.y));
|
|
this.IKDMCPCPKDK.sizeDelta = vector3;
|
|
}
|
|
|
|
// Token: 0x06012549 RID: 75081 RVA: 0x0054239C File Offset: 0x0054059C
|
|
public void KGNLNMJILIE(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
this.JLCNAALBMCD = this.IKDMCPCPKDK.sizeDelta;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out this.EGANEAJNPPI);
|
|
}
|
|
|
|
// Token: 0x0601254A RID: 75082 RVA: 0x005423D0 File Offset: 0x005405D0
|
|
public void LGEFHJPJBII(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
if (this.IKDMCPCPKDK == null)
|
|
{
|
|
return;
|
|
}
|
|
Vector2 vector;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out vector);
|
|
Vector3 vector2 = vector - this.EGANEAJNPPI;
|
|
Vector2 vector3 = this.JLCNAALBMCD + new Vector2(vector2.x, -vector2.y);
|
|
vector3 = new Vector2(Mathf.Clamp(vector3.x, this.minSize.x, this.maxSize.x), Mathf.Clamp(vector3.y, this.minSize.y, this.maxSize.y));
|
|
this.IKDMCPCPKDK.sizeDelta = vector3;
|
|
}
|
|
|
|
// Token: 0x0601254B RID: 75083 RVA: 0x00542494 File Offset: 0x00540694
|
|
public void PHLALCBBOMH(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
if (this.IKDMCPCPKDK == null)
|
|
{
|
|
return;
|
|
}
|
|
Vector2 vector;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out vector);
|
|
Vector3 vector2 = vector - this.EGANEAJNPPI;
|
|
Vector2 vector3 = this.JLCNAALBMCD + new Vector2(vector2.x, -vector2.y);
|
|
vector3 = new Vector2(Mathf.Clamp(vector3.x, this.minSize.x, this.maxSize.x), Mathf.Clamp(vector3.y, this.minSize.y, this.maxSize.y));
|
|
this.IKDMCPCPKDK.sizeDelta = vector3;
|
|
}
|
|
|
|
// Token: 0x0601254C RID: 75084 RVA: 0x00542558 File Offset: 0x00540758
|
|
public void CLLPAMJDDML(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
if (this.IKDMCPCPKDK == null)
|
|
{
|
|
return;
|
|
}
|
|
Vector2 vector;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out vector);
|
|
Vector3 vector2 = vector - this.EGANEAJNPPI;
|
|
Vector2 vector3 = this.JLCNAALBMCD + new Vector2(vector2.x, -vector2.y);
|
|
vector3 = new Vector2(Mathf.Clamp(vector3.x, this.minSize.x, this.maxSize.x), Mathf.Clamp(vector3.y, this.minSize.y, this.maxSize.y));
|
|
this.IKDMCPCPKDK.sizeDelta = vector3;
|
|
}
|
|
|
|
// Token: 0x0601254D RID: 75085 RVA: 0x0054261C File Offset: 0x0054081C
|
|
private void IDFLEOCGEKB()
|
|
{
|
|
this.IKDMCPCPKDK = base.transform.parent.GetComponent<RectTransform>();
|
|
}
|
|
|
|
// Token: 0x0601254E RID: 75086 RVA: 0x00542634 File Offset: 0x00540834
|
|
private void EGPCNMCCHNL()
|
|
{
|
|
this.IKDMCPCPKDK = base.transform.parent.GetComponent<RectTransform>();
|
|
}
|
|
|
|
// Token: 0x0601254F RID: 75087 RVA: 0x0054264C File Offset: 0x0054084C
|
|
private void BBKPAKKLOGB()
|
|
{
|
|
this.IKDMCPCPKDK = base.transform.parent.GetComponent<RectTransform>();
|
|
}
|
|
|
|
// Token: 0x06012550 RID: 75088 RVA: 0x00542664 File Offset: 0x00540864
|
|
private void EEFJBLAIGBP()
|
|
{
|
|
this.IKDMCPCPKDK = base.transform.parent.GetComponent<RectTransform>();
|
|
}
|
|
|
|
// Token: 0x06012551 RID: 75089 RVA: 0x0054267C File Offset: 0x0054087C
|
|
public void LPCDJHJEHJJ(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
this.JLCNAALBMCD = this.IKDMCPCPKDK.sizeDelta;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out this.EGANEAJNPPI);
|
|
}
|
|
|
|
// Token: 0x06012552 RID: 75090 RVA: 0x005426B0 File Offset: 0x005408B0
|
|
private void FNNCEMJECLP()
|
|
{
|
|
this.IKDMCPCPKDK = base.transform.parent.GetComponent<RectTransform>();
|
|
}
|
|
|
|
// Token: 0x06012553 RID: 75091 RVA: 0x005426C8 File Offset: 0x005408C8
|
|
private void NDIKALAHLIJ()
|
|
{
|
|
this.IKDMCPCPKDK = base.transform.parent.GetComponent<RectTransform>();
|
|
}
|
|
|
|
// Token: 0x06012554 RID: 75092 RVA: 0x005426E0 File Offset: 0x005408E0
|
|
public void LOKIOHFOGBL(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
this.JLCNAALBMCD = this.IKDMCPCPKDK.sizeDelta;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out this.EGANEAJNPPI);
|
|
}
|
|
|
|
// Token: 0x06012555 RID: 75093 RVA: 0x00542714 File Offset: 0x00540914
|
|
public void MNCMLICILPK(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
if (this.IKDMCPCPKDK == null)
|
|
{
|
|
return;
|
|
}
|
|
Vector2 vector;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out vector);
|
|
Vector3 vector2 = vector - this.EGANEAJNPPI;
|
|
Vector2 vector3 = this.JLCNAALBMCD + new Vector2(vector2.x, -vector2.y);
|
|
vector3 = new Vector2(Mathf.Clamp(vector3.x, this.minSize.x, this.maxSize.x), Mathf.Clamp(vector3.y, this.minSize.y, this.maxSize.y));
|
|
this.IKDMCPCPKDK.sizeDelta = vector3;
|
|
}
|
|
|
|
// Token: 0x06012556 RID: 75094 RVA: 0x005427D8 File Offset: 0x005409D8
|
|
public void CIDPLLCCCGI(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
if (this.IKDMCPCPKDK == null)
|
|
{
|
|
return;
|
|
}
|
|
Vector2 vector;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out vector);
|
|
Vector3 vector2 = vector - this.EGANEAJNPPI;
|
|
Vector2 vector3 = this.JLCNAALBMCD + new Vector2(vector2.x, -vector2.y);
|
|
vector3 = new Vector2(Mathf.Clamp(vector3.x, this.minSize.x, this.maxSize.x), Mathf.Clamp(vector3.y, this.minSize.y, this.maxSize.y));
|
|
this.IKDMCPCPKDK.sizeDelta = vector3;
|
|
}
|
|
|
|
// Token: 0x06012557 RID: 75095 RVA: 0x0054289C File Offset: 0x00540A9C
|
|
private void PFBFOGJOOGP()
|
|
{
|
|
this.IKDMCPCPKDK = base.transform.parent.GetComponent<RectTransform>();
|
|
}
|
|
|
|
// Token: 0x06012558 RID: 75096 RVA: 0x005428B4 File Offset: 0x00540AB4
|
|
public void CALKBAFMNGF(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
if (this.IKDMCPCPKDK == null)
|
|
{
|
|
return;
|
|
}
|
|
Vector2 vector;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out vector);
|
|
Vector3 vector2 = vector - this.EGANEAJNPPI;
|
|
Vector2 vector3 = this.JLCNAALBMCD + new Vector2(vector2.x, -vector2.y);
|
|
vector3 = new Vector2(Mathf.Clamp(vector3.x, this.minSize.x, this.maxSize.x), Mathf.Clamp(vector3.y, this.minSize.y, this.maxSize.y));
|
|
this.IKDMCPCPKDK.sizeDelta = vector3;
|
|
}
|
|
|
|
// Token: 0x06012559 RID: 75097 RVA: 0x00542978 File Offset: 0x00540B78
|
|
public void FNAMCALDALB(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
if (this.IKDMCPCPKDK == null)
|
|
{
|
|
return;
|
|
}
|
|
Vector2 vector;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out vector);
|
|
Vector3 vector2 = vector - this.EGANEAJNPPI;
|
|
Vector2 vector3 = this.JLCNAALBMCD + new Vector2(vector2.x, -vector2.y);
|
|
vector3 = new Vector2(Mathf.Clamp(vector3.x, this.minSize.x, this.maxSize.x), Mathf.Clamp(vector3.y, this.minSize.y, this.maxSize.y));
|
|
this.IKDMCPCPKDK.sizeDelta = vector3;
|
|
}
|
|
|
|
// Token: 0x0601255A RID: 75098 RVA: 0x00542A3C File Offset: 0x00540C3C
|
|
public void NKFEDADLEBO(PointerEventData AOAILGGFDHJ)
|
|
{
|
|
this.JLCNAALBMCD = this.IKDMCPCPKDK.sizeDelta;
|
|
RectTransformUtility.ScreenPointToLocalPointInRectangle(this.IKDMCPCPKDK, AOAILGGFDHJ.position, AOAILGGFDHJ.pressEventCamera, out this.EGANEAJNPPI);
|
|
}
|
|
|
|
// Token: 0x0601255B RID: 75099 RVA: 0x00542A70 File Offset: 0x00540C70
|
|
private void NHLJJOPDMIN()
|
|
{
|
|
this.IKDMCPCPKDK = base.transform.parent.GetComponent<RectTransform>();
|
|
}
|
|
|
|
// Token: 0x0400331C RID: 13084
|
|
public Vector2 minSize = new Vector2(100f, 100f);
|
|
|
|
// Token: 0x0400331D RID: 13085
|
|
public Vector2 maxSize = new Vector2(400f, 400f);
|
|
|
|
// Token: 0x0400331E RID: 13086
|
|
private RectTransform IKDMCPCPKDK;
|
|
|
|
// Token: 0x0400331F RID: 13087
|
|
private Vector2 EGANEAJNPPI;
|
|
|
|
// Token: 0x04003320 RID: 13088
|
|
private Vector2 JLCNAALBMCD;
|
|
}
|