public void setTargetMode(VertexAnimationTrack.TargetMode m)
 {
     OgrePINVOKE.VertexAnimationTrack_setTargetMode(swigCPtr, (int)m);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public VertexAnimationTrack.TargetMode getTargetMode()
 {
     VertexAnimationTrack.TargetMode ret = (VertexAnimationTrack.TargetMode)OgrePINVOKE.VertexAnimationTrack_getTargetMode(swigCPtr);
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
 public VertexAnimationTrack(Animation parent, ushort handle, VertexAnimationType animType, VertexData targetData, VertexAnimationTrack.TargetMode target) : this(OgrePINVOKE.new_VertexAnimationTrack__SWIG_1(Animation.getCPtr(parent), handle, (int)animType, VertexData.getCPtr(targetData), (int)target), true)
 {
     if (OgrePINVOKE.SWIGPendingException.Pending)
     {
         throw OgrePINVOKE.SWIGPendingException.Retrieve();
     }
 }