Tasharen Entertainment Forum

Support => NGUI 3 Support => Topic started by: hanyu279 on October 11, 2014, 12:13:26 AM

Title: how to create processbar rect round use ngui ?
Post by: hanyu279 on October 11, 2014, 12:13:26 AM
i want create processbar like photo attach, please suggest me ?
Title: Re: how to create processbar rect round use ngui ?
Post by: ArenMook on October 11, 2014, 04:50:56 AM
Depends on how you want to approach it. If you want it to always be cutting things flat, then you need to create a custom widget for that where you feed your own geometry. If you are okay with it being cut at an angle then you can use a filled sprite set to 360 degrees.
Title: Re: how to create processbar rect round use ngui ?
Post by: tnbao91original on October 12, 2014, 01:00:49 PM
I just find a solution for this. You can create a rect sprite with depth behide main sprite and use Tiled sprite mode to solve this :) (cheat solution not best)