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