cocos2d 2.0 가로 세로 화면 수정

349 단어 codecocosd
AppDelegate.m 파일 수정 방법
- (BOOL)shouldAutorotateToInterfaceOrientation:(UIInterfaceOrientation)interfaceOrientation
{
   //  
   return ( UIInterfaceOrientationIsPortrait( interfaceOrientation ) );

   //  
  return ( UIInterfaceOrientationIsLandscape( interfaceOrientation ) );
}

좋은 웹페이지 즐겨찾기