Exemplo n.º 1
0
 //-------------------------------------------------------------------------
 // 手势滑动消息
 void _onFingerTouchFish(List <FishStillSprite> fishs)
 {
     if (mMyTurret != null)
     {
         mMyTurret.onFingerTouchFish(fishs);
     }
     else
     {
         Debug.LogWarning("CRenderScene::_onFingerTouch() mMyTurret==null");
     }
 }