Example #1
0
 public DrawState(PinchDraw parent)
 {
     _parent                 = parent;
     _smoothedPosition       = new SmoothedVector3();
     _smoothedPosition.delay = parent._smoothingDelay;
     _smoothedPosition.reset = true;
 }
Example #2
0
      public DrawState(PinchDraw parent) {
        _parent = parent;

        _smoothedPosition = new SmoothedVector3();
        _smoothedPosition.delay = parent._smoothingDelay;
        _smoothedPosition.reset = true;
      }