isWithinBoundary abstract method

bool isWithinBoundary(
  1. T draggedObject
)

Returns whether the specified dragged object is within the boundary.

Implementation

bool isWithinBoundary(T draggedObject);