Here are the examples of the csharp api XCharts.ChartDrawer.DrawPolygon(UnityEngine.UI.VertexHelper, UnityEngine.Vector3, UnityEngine.Vector3, float, UnityEngine.Color32, UnityEngine.Color32) taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.
1 Examples
19
View Source File : ChartDrawer.cs
License : MIT License
Project Creator : huanzi-qch
License : MIT License
Project Creator : huanzi-qch
public static void DrawPolygon(VertexHelper vh, Vector3 p1, Vector3 p2, float radius, Color32 color)
{
DrawPolygon(vh, p1, p2, radius, color, color);
}