DrawRay abstract method

void DrawRay(
  1. RayStructType ray,
  2. ColorStructType color
)

Implementation

void DrawRay(
  RayStructType ray,
  ColorStructType color,
);