Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - tvhnet

Pages: [1]
1
NGUI 3 Support / Re: NGUI vs TextMesh Pro
« on: January 12, 2018, 03:11:34 AM »
Could you look at it, please?

2
NGUI 3 Documentation / Re: UISprite
« on: December 26, 2016, 03:56:06 AM »
There is no option to use "Filled" feature if type is in Advanced mode. It seems to not support in UISprite.

One more question: I have 2 UISprites which have the same sprite name and atlas and put in the same panel. If I set them the same depth, there is only one draw call. But if I set their depth differently, it is 2 draw calls. How to make 1 draw call in later case?

3
NGUI 3 Documentation / Re: UISprite
« on: December 16, 2016, 02:03:57 AM »
How can I do this both in UISprite at the same time: "Sliced" and "Filled"?

4
NGUI 3 Support / Re: Question on UI Center ON Child
« on: August 09, 2016, 04:13:18 AM »
Center on child centers on the child's position, not its center. So if you have a widget that uses top-left corner as its pivot point, the script will center on the top-left corner.

How to custom Recenter() to center on child's center no matter what its pivot is?
Thanks,

5
Hi,

I'm a newbee. I'm looking for ways to change radius of rounded-corner of a button at design time and runtime.

One way is to use a sliced sprite with a png file, but it is fixed radius.

I heard about using custom mask but I don't know how to do.
Is there any built-in feature in NGUI?

Thanks in advance,

6
NGUI 3 Support / Re: (!!!) Improving NGUI: Voice your opinion
« on: July 07, 2015, 10:56:28 PM »
Please consider feature "anchor size":

width of UIWidget A = ratio * (width of UIWidget B)

height of UIWidget A = ratio * (height of UIWidget B)

7
NGUI 3 Support / HTML5 Flexbox-like layout in NGUI
« on: March 25, 2015, 10:11:44 PM »
I want to make vertical space-around layout as HTML5 flexbox can do. How can I do in NGUI?

Thanks & regards,

Pages: [1]