Пример #1
0
 public void OnEnable()
 {
     this._lastDevicePixelRatio = GameViewUtil.getGameViewDevicePixelRatio();
 }
Пример #2
0
 public void Update()
 {
     this._lastDevicePixelRatio = GameViewUtil.getGameViewDevicePixelRatio();
 }