Esempio n. 1
0
 public void OnEnable()
 {
     this._lastDevicePixelRatio = GameViewUtil.getGameViewDevicePixelRatio();
 }
Esempio n. 2
0
 public void Update()
 {
     this._lastDevicePixelRatio = GameViewUtil.getGameViewDevicePixelRatio();
 }