public static void setDefaultInterpolationMode(Animation.InterpolationMode im) { OgrePINVOKE.Animation_setDefaultInterpolationMode((int)im); if (OgrePINVOKE.SWIGPendingException.Pending) { throw OgrePINVOKE.SWIGPendingException.Retrieve(); } }
public static Animation.InterpolationMode getDefaultInterpolationMode() { Animation.InterpolationMode ret = (Animation.InterpolationMode)OgrePINVOKE.Animation_getDefaultInterpolationMode(); if (OgrePINVOKE.SWIGPendingException.Pending) { throw OgrePINVOKE.SWIGPendingException.Retrieve(); } return(ret); }