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();
     }
 }
Beispiel #2
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);
        }
 public static void SetTimeWarpSet(FbxMultiMap pTWset)
 {
     FbxWrapperNativePINVOKE.FbxAnimUtilities_SetTimeWarpSet(FbxMultiMap.getCPtr(pTWset));
 }
Beispiel #4
0
 public FbxMultiMap(FbxMultiMap pOther) : this(FbxWrapperNativePINVOKE.new_FbxMultiMap__SWIG_2(FbxMultiMap.getCPtr(pOther)), true)
 {
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }