all-iver / shapes2d

Shapes2D for Unity3D - Make simple art assets quickly in Unity
http://sub-c.org/Shapes2D/documentation/
MIT License
154 stars 28 forks source link

Allow roundness to be set from scripts #19

Closed all-iver closed 1 year ago

all-iver commented 1 year ago

Previously, the roundness property could only be modified in the inspector, so you would have to set roundnessPerCorner to true and set individual corners if you wanted to change things from a script.