Esempio n. 1
0
 public FbxMultiMap(FbxMultiMap pOther) : this(FbxWrapperNativePINVOKE.new_FbxMultiMap__SWIG_2(FbxMultiMap.getCPtr(pOther)), true)
 {
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 2
0
        public FbxMultiMap GetTakeTimeWarpSet(string pTakeName)
        {
            global::System.IntPtr cPtr = FbxWrapperNativePINVOKE.FbxScene_GetTakeTimeWarpSet(swigCPtr, pTakeName);
            FbxMultiMap           ret  = (cPtr == global::System.IntPtr.Zero) ? null : new FbxMultiMap(cPtr, false);

            return(ret);
        }
Esempio n. 3
0
        public FbxMultiMap assign(FbxMultiMap arg0)
        {
            FbxMultiMap ret = new FbxMultiMap(FbxWrapperNativePINVOKE.FbxMultiMap_assign(swigCPtr, FbxMultiMap.getCPtr(arg0)), false);

            if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
            {
                throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
Esempio n. 4
0
 public static void ConnectTimeWarp(FbxAnimCurveNode pCurveNode, FbxAnimUtilities.CurveNodeIntfce pData, FbxMultiMap pTimeWarpsKFCurveNodes)
 {
     FbxWrapperNativePINVOKE.FbxAnimUtilities_ConnectTimeWarp(FbxAnimCurveNode.getCPtr(pCurveNode), FbxAnimUtilities.CurveNodeIntfce.getCPtr(pData), FbxMultiMap.getCPtr(pTimeWarpsKFCurveNodes));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Esempio n. 5
0
 public static void SetTimeWarpSet(FbxMultiMap pTWset)
 {
     FbxWrapperNativePINVOKE.FbxAnimUtilities_SetTimeWarpSet(FbxMultiMap.getCPtr(pTWset));
 }
Esempio n. 6
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxMultiMap obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }