コード例 #1
0
        public FbxAnimCurveKey_Impl GetImpl()
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxAnimCurveKey_GetImpl(swigCPtr);
            FbxAnimCurveKey_Impl  ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxAnimCurveKey_Impl(cPtr, false);

            return(ret);
        }
コード例 #2
0
        public virtual FbxAnimCurveKey_Impl assign(FbxAnimCurveKey_Impl pFKey)
        {
            FbxAnimCurveKey_Impl ret = new FbxAnimCurveKey_Impl(fbx_wrapperPINVOKE.FbxAnimCurveKey_Impl_assign(swigCPtr, FbxAnimCurveKey_Impl.getCPtr(pFKey)), false);

            if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
            {
                throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
コード例 #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxAnimCurveKey_Impl obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }