Method GetLineOriginAndDirection
GetLineOriginAndDirection(out Vector3, out Vector3)
Gets the line origin and direction. Origin and Direction are in world space coordinates.
Declaration
public void GetLineOriginAndDirection(out Vector3 origin, out Vector3 direction)
Parameters
| Type | Name | Description |
|---|---|---|
| Vector3 | origin | Point in space where the line originates from. |
| Vector3 | direction | Direction vector used to draw line. |