Function CommandBuilder.Ray

Ray (Ray ray, float length)

Draws a ray with a given length.

Public
Ray (Ray ray, float length, Color color)

Draws a ray with a given length.

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