Exemplo n.º 1
0
 // Token: 0x060008B0 RID: 2224 RVA: 0x00038084 File Offset: 0x00036484
 public Rect GetHatDisplayRect(bool applyScale)
 {
     return(TouchController.GetCenRect(this.posPx + TouchStick.InternalToScreenPos(this.displayPos) * this.radPx * this.hatMoveScale, 2f * this.radPx * ((!applyScale) ? 1f : this.animHatScale.cur)));
 }
Exemplo n.º 2
0
 // Token: 0x060008B2 RID: 2226 RVA: 0x000380F3 File Offset: 0x000364F3
 public Rect GetBaseDisplayRect(bool applyScale = true)
 {
     return(TouchController.GetCenRect(this.posPx, this.radPx * 2f * ((!applyScale) ? 1f : this.animBaseScale.cur)));
 }
Exemplo n.º 3
0
 // Token: 0x060008AC RID: 2220 RVA: 0x00038030 File Offset: 0x00036430
 public Rect GetRect(bool getAutoRect)
 {
     return(TouchController.GetCenRect((!getAutoRect) ? this.posPx : this.layoutPosPx, ((!getAutoRect) ? this.radPx : this.layoutRadPx) * 2f));
 }