1
NGUI 3 Documentation / Re: UIRect
« on: February 07, 2016, 07:24:58 AM »
Does the anchoring supports chaining? I have 4 buttons from left to right in a row [A B C D], I anchored B's left to A's right and so on.
Size of buttons change at runtime according to their label size, because labels are localized strings, the size of labels set to widget size using a property binding component.
but seems this depends on the order of calling update by Unity.
Size of buttons change at runtime according to their label size, because labels are localized strings, the size of labels set to widget size using a property binding component.
but seems this depends on the order of calling update by Unity.
