SetFromAbsoluteEndpoints
Introduction
Conceptual Example
Vector3 firstPoint = new Vector3(0, 0, 0);
Vector3 secondPoint = new Vector3(100, 0, 0)
line.SetFromAbsoluteEndpoints(firstPoint, secondPoint);Code Example
Last updated
Was this helpful?