UI Node Connect 4  v4.1
MeadowGames.UINodeConnect4.GraphicRenderer.Shape Class Reference

Inherited by MeadowGames.UINodeConnect4.GraphicRenderer.Circle, MeadowGames.UINodeConnect4.GraphicRenderer.Diamond, MeadowGames.UINodeConnect4.GraphicRenderer.Square, and MeadowGames.UINodeConnect4.GraphicRenderer.Triangle.

Public Types

enum  Type { Square, Circle, Triangle, Diamond }
 

Static Public Member Functions

static void DrawShape (Type shape, UICLineRenderer lineRenderer, Vector2 position, float angle, float size, Color32 color, params float[] args)
 

Static Protected Member Functions

static void Draw (UICLineRenderer lineRenderer, Vector2 position, float angle, float size, Color32 color, params float[] args)