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