public static void setDefaultRotationInterpolationMode(Animation.RotationInterpolationMode im) { OgrePINVOKE.Animation_setDefaultRotationInterpolationMode((int)im); if (OgrePINVOKE.SWIGPendingException.Pending) { throw OgrePINVOKE.SWIGPendingException.Retrieve(); } }
public static Animation.RotationInterpolationMode getDefaultRotationInterpolationMode() { Animation.RotationInterpolationMode ret = (Animation.RotationInterpolationMode)OgrePINVOKE.Animation_getDefaultRotationInterpolationMode(); if (OgrePINVOKE.SWIGPendingException.Pending) { throw OgrePINVOKE.SWIGPendingException.Retrieve(); } return(ret); }