Example #1
0
 public void AddTrailKeyframe(string animname, int tick, HPoint pos, bool linear, SWIGTYPE_p_TrailInterpolatorType trailtype)
 {
     HCSMVOPINVOKE.HBhvBehaviorManager_AddTrailKeyframe__SWIG_3(swigCPtr, animname, tick, HPoint.getCPtr(pos), linear, SWIGTYPE_p_TrailInterpolatorType.getCPtr(trailtype));
     if (HCSMVOPINVOKE.SWIGPendingException.Pending)
     {
         throw HCSMVOPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 public static HandleRef getCPtr(SWIGTYPE_p_TrailInterpolatorType obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }