Esempio n. 1
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(CAnimInfo obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Esempio n. 2
0
        public bool Animate(CAnimInfo info, SWIGTYPE_p_Bool chg)
        {
            bool ret = C4dApiPINVOKE.CTrack_Animate__SWIG_1(swigCPtr, CAnimInfo.getCPtr(info), SWIGTYPE_p_Bool.getCPtr(chg));

            return(ret);
        }