コード例 #1
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();
     }
 }
コード例 #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);
        }
コード例 #3
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);
        }
コード例 #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();
     }
 }
コード例 #5
0
 public static void SetTimeWarpSet(FbxMultiMap pTWset)
 {
     FbxWrapperNativePINVOKE.FbxAnimUtilities_SetTimeWarpSet(FbxMultiMap.getCPtr(pTWset));
 }
コード例 #6
0
ファイル: FbxMultiMap.cs プロジェクト: zwiglm/NeoAxisEngine
 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);
 }