在开发中遇到这样一个需求,子组件只需要跟随父类移动,而不跟随旋转。  可以用mCamera->SetAbsolute()实现。 例如 mCamera->SetAbsolute(false,true,false)