コード例 #1
0
ファイル: CAnimInfo.cs プロジェクト: reliefpfeiler42/Fusee
 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);
 }
コード例 #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);
        }