public SWIGTYPE_p_HBhvTimeline GetTimeline()
    {
        IntPtr cPtr = HCSMVOPINVOKE.HBhvAnimation_GetTimeline(swigCPtr);
        SWIGTYPE_p_HBhvTimeline ret = (cPtr == IntPtr.Zero) ? null : new SWIGTYPE_p_HBhvTimeline(cPtr, false);

        return(ret);
    }
Exemple #2
0
    public HBhvAnimation AddAnimation(string name, string target, SWIGTYPE_p_HBhvTimeline timeline, SWIGTYPE_p_HBhvInterpolator interpolator)
    {
        IntPtr        cPtr = HCSMVOPINVOKE.HBhvBehaviorManager_AddAnimation__SWIG_0(swigCPtr, name, target, SWIGTYPE_p_HBhvTimeline.getCPtr(timeline), SWIGTYPE_p_HBhvInterpolator.getCPtr(interpolator));
        HBhvAnimation ret  = (cPtr == IntPtr.Zero) ? null : new HBhvAnimation(cPtr, false);

        return(ret);
    }
 public void SetTimeline(SWIGTYPE_p_HBhvTimeline timeline)
 {
     HCSMVOPINVOKE.HBhvAnimation_SetTimeline(swigCPtr, SWIGTYPE_p_HBhvTimeline.getCPtr(timeline));
 }
 public static HandleRef getCPtr(SWIGTYPE_p_HBhvTimeline obj)
 {
     return((obj == null) ? new HandleRef(null, IntPtr.Zero) : obj.swigCPtr);
 }
Exemple #5
0
 public void CalculateCurveFactor(SWIGTYPE_p_HBhvTimeline timeline, int keyframe)
 {
     HCSMVOPINVOKE.HKeyframeChannelCurve_CalculateCurveFactor(swigCPtr, SWIGTYPE_p_HBhvTimeline.getCPtr(timeline), keyframe);
 }