Пример #1
0
 public static void setDefaultInterpolationMode(Animation.InterpolationMode im)
 {
     OgrePINVOKE.Animation_setDefaultInterpolationMode((int)im);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Пример #2
0
 public static Animation.InterpolationMode getDefaultInterpolationMode()
 {
     Animation.InterpolationMode ret = (Animation.InterpolationMode)OgrePINVOKE.Animation_getDefaultInterpolationMode();
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }