Determines whether the point is within the Play Area's bounds.
public bool isWithinBoundary(
Vector3
)
Parameters
- point
- The point expressed as a Vector3 in worldspace that will be evaluated as to its position within the Play Area's bounds.
Return Value
true if the point is within the Play Area's bounds, false if not.