Method DrawUnderlineMesh
DrawUnderlineMesh(Vector3, Vector3, ref int, float, float, float, float, Color32)
Method to add the underline geometry.
Declaration
protected virtual void DrawUnderlineMesh(Vector3 start, Vector3 end, ref int index, float startScale, float endScale, float maxScale, float sdfScale, Color32 underlineColor)
Parameters
Type | Name | Description |
---|---|---|
Vector3 | start | |
Vector3 | end | |
int | index | |
float | startScale | |
float | endScale | |
float | maxScale | |
float | sdfScale | |
Color32 | underlineColor |