12个Unity3D游戏源码 - 新手必备
NGUI 教程收录大全:http://forum.exceedu.com/forum/forum.php?mod=viewthread&tid=26820
Vector3 targetPos = new Vector3(trans.localPosition.x - x * pictureTile_Width, trans.localPosition.y - y * pictureTile_Width, trans.localPosition.z);
iTween.MoveTo(trans.gameObject, iTween.Hash("easetype",iTween.EaseType.easeInCubic,"position", targetPos , "time", 0.4f ,"islocal",true, "oncomplete", "onMoveComplete","oncompletetarget",transform.gameObject));