Author Topic: NGUI text  (Read 3329 times)

elizeusz

  • Newbie
  • *
  • Thank You
  • -Given: 0
  • -Receive: 0
  • Posts: 10
    • View Profile
NGUI text
« on: October 31, 2012, 08:23:34 AM »
When i create gui text and put it to for example right corner of the screen he will stay there all the times in different resolution screen. How can i do theseme with Ngui ? I create the buttun with label and i put it to the right corner and now i want to stay in this corner when i change resolution screen.

ArenMook

  • Administrator
  • Hero Member
  • *****
  • Thank You
  • -Given: 337
  • -Receive: 1171
  • Posts: 22,128
  • Toronto, Canada
    • View Profile
Re: NGUI text
« Reply #1 on: October 31, 2012, 08:41:36 AM »
Use UIAnchor. The first example shows how to use it.