struct LinePoint

Used to represent lines for the line drawing functions! This is just a snapshot of information about each individual point on a line.

Instance Fields and Properties

   
Color32 color The vertex color for the line at this position.
Vec3 pt Location of the line point
float thickness Total thickness of the line, in meters.

Instance Methods

   
LinePoint This creates and fills out a LinePoint.




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