delta property

  1. @Deprecated('Access this value using the context instead.')
Vector2 get delta

The delta of the dough squish. This value is equivalent to DoughController.delta, but is a vector instead of an offset.

Implementation

@Deprecated('Access this value using the context instead.')
vmath.Vector2 get delta => _context.delta;