Tasharen Entertainment Forum
Support => NGUI 3 Support => Topic started by: dobe on September 25, 2012, 09:24:01 AM
-
Hello,
I've just begun using NGUI and i'm creating a main menu. I was hoping someone would have some insight on how I can pan a camera between panels.
For example, I am currently trying to transition between my main menu and options panel.
Any advice or links to "how-to" tutorials would be greatly appreciated
-
Use TweenPosition.Begin to move your camera from A to B if you want it to move, or TweenRotation.Begin to rotate it.
-
Thanks very much!