示例#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)));
 }