Function Draw.Ray
Ray
(float3 origin, float3 direction)
Draws a ray starting at a point and going in the given direction.
Public
Static
Ray
(float3 origin, float3 direction, Color color)
Draws a ray starting at a point and going in the given direction.
Public
Static