Example #1
0
 public void destroyController(ControllerReal controller)
 {
     OgrePINVOKE.ControllerManager_destroyController(swigCPtr, ControllerReal.getCPtr(controller));
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }