-
Notifications
You must be signed in to change notification settings - Fork 0
Custom Shape
Radomiej edited this page Apr 4, 2017
·
5 revisions
If you need draw primitive shape like line, polyline, rectangle or circle you can use LineRenderer component.
If you need draw filled shape you can use ShapeRenderer(not yet avaiable)
Instead you can use javity-canvas plugin that allows you to render lines, polyline, text etc. And provide internal canvas for it.