protected override void OnUpdate()
 {
     base.OnUpdate();
     if (_Pinching)
     {
         _Scaler.Update();
     }
 }