LinePoint.LinePoint

void LinePoint(Vec3 point, Color32 color, float thickness)

This creates and fills out a LinePoint.

   
Vec3 point The location of this point on a line.
Color32 color The Color for this line vertex.
float thickness The thickness of the line at this vertex.




Found an issue with these docs, or have some additional questions? Create an Issue on Github!