Syomus / ProceduralToolkit

Procedural generation library for Unity
https://assetstore.unity.com/packages/tools/utilities/procedural-toolkit-16508
MIT License
2.64k stars 230 forks source link

Implement Draw.WirePolygon #54

Open BasmanovDaniil opened 6 years ago

BasmanovDaniil commented 6 years ago

Create the following methods and appropriate overloads for DebugE, GizmosE and GLE: WirePolygon(List<Vector3>) WirePolygonXY(List<Vector2>) WirePolygonXZ(List<Vector2>) WirePolygonYZ(List<Vector2>)