Example #1
0
        public SWIGTYPE_p_FbxMultiMap GetTakeTimeWarpSet(string pTakeName)
        {
            global::System.IntPtr  cPtr = fbx_wrapperPINVOKE.FbxScene_GetTakeTimeWarpSet(swigCPtr, pTakeName);
            SWIGTYPE_p_FbxMultiMap ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_FbxMultiMap(cPtr, false);

            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_FbxMultiMap obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }