public void OnEnable()
 {
     this._lastDevicePixelRatio = GameViewUtil.getGameViewDevicePixelRatio();
 }
 public void Update()
 {
     this._lastDevicePixelRatio = GameViewUtil.getGameViewDevicePixelRatio();
 }