コード例 #1
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();
     }
 }
コード例 #2
0
ファイル: FbxMultiMap.cs プロジェクト: zwiglm/NeoAxisEngine
        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);
        }
コード例 #3
0
 public static void SetTimeWarpSet(FbxMultiMap pTWset)
 {
     FbxWrapperNativePINVOKE.FbxAnimUtilities_SetTimeWarpSet(FbxMultiMap.getCPtr(pTWset));
 }
コード例 #4
0
ファイル: FbxMultiMap.cs プロジェクト: zwiglm/NeoAxisEngine
 public FbxMultiMap(FbxMultiMap pOther) : this(FbxWrapperNativePINVOKE.new_FbxMultiMap__SWIG_2(FbxMultiMap.getCPtr(pOther)), true)
 {
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }