Skip to content

Instantly share code, notes, and snippets.

@icywind
Created March 23, 2020 21:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icywind/50ca2f71d8a71a14afa6e731bdbdf4bc to your computer and use it in GitHub Desktop.
Save icywind/50ca2f71d8a71a14afa6e731bdbdf4bc to your computer and use it in GitHub Desktop.
A model for drawing points
[Serializable]
public class DrawmarkModel
{
public Color color;
public List<Vector2> points;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment