In my game, there are a number of pages, and is put side by side on the scene
Initially, the camera is look at the left most page, which is the first page,
each page have a size which equal to the mobile derive resolution, by using ngui anchor.
I am trying to make the turn to next/previous page by swipe, and move the camera right/left.
while because of ngui anchor, the first page also follow the camera movement.
It is possible to disable the anchor of ngui?