DrawRay abstract method
void
DrawRay(
- RayStructType ray,
- ColorStructType color
Draw a ray line
Implementation
void DrawRay(
RayStructType ray,
ColorStructType color,
);
Draw a ray line
void DrawRay(
RayStructType ray,
ColorStructType color,
);