コード例 #1
0
 public void GetSphereObstacles(SWIGTYPE_p_VectorT_Core__AI__Obstacle_p_t list)
 {
     testPINVOKE.CGameObjectManager_GetSphereObstacles(swigCPtr, SWIGTYPE_p_VectorT_Core__AI__Obstacle_p_t.getCPtr(list));
     if (testPINVOKE.SWIGPendingException.Pending)
     {
         throw testPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static HandleRef getCPtr(SWIGTYPE_p_VectorT_Core__AI__Obstacle_p_t obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }