isLineVisible abstract method

bool isLineVisible(
  1. Vector3 a,
  2. Vector3 b
)

Checks if line is visible in the current viewport.

Implementation

bool isLineVisible(Vector3 a, Vector3 b);