// Token: 0x06001463 RID: 5219 RVA: 0x000751D8 File Offset: 0x000733D8
    private void OnScreenResolutionEvent(GlobalEvents.ScreenResolutionChanged ev)
    {
        int pagePanelWidth = this.GetPagePanelWidth(MenuPageManager._currentPageType);

        AutoMonoBehaviour <CameraRectController> .Instance.SetAbsoluteWidth((float)(Screen.width - pagePanelWidth));
    }
Beispiel #2
0
 // Token: 0x06000DF0 RID: 3568 RVA: 0x0000A343 File Offset: 0x00008543
 private void OnScreenResolutionChange(GlobalEvents.ScreenResolutionChanged ev)
 {
     AutoMonoBehaviour <CameraRectController> .Instance.SetAbsoluteWidth((float)Screen.width - this._currentWidth.Value);
 }