Beispiel #1
0
 public FbxClassId(string pClassName, FbxClassId pParentClassId, SWIGTYPE_p_f_r_FbxManager_p_q_const__char_p_q_const__FbxObject__p_FbxObject pConstructor) : this(FbxWrapperNativePINVOKE.new_FbxClassId__SWIG_3(pClassName, FbxClassId.getCPtr(pParentClassId), SWIGTYPE_p_f_r_FbxManager_p_q_const__char_p_q_const__FbxObject__p_FbxObject.getCPtr(pConstructor)), true)
 {
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #2
0
 public FbxClassId(string pClassName, FbxClassId pParentClassId, SWIGTYPE_p_f_r_FbxManager_p_q_const__char_p_q_const__FbxObject__p_FbxObject pConstructor, string pFBXType) : this(fbx_wrapperPINVOKE.new_FbxClassId__SWIG_2(pClassName, FbxClassId.getCPtr(pParentClassId), SWIGTYPE_p_f_r_FbxManager_p_q_const__char_p_q_const__FbxObject__p_FbxObject.getCPtr(pConstructor), pFBXType), true)
 {
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
Beispiel #3
0
        public bool Override(SWIGTYPE_p_f_r_FbxManager_p_q_const__char_p_q_const__FbxObject__p_FbxObject pConstructor)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxClassId_Override(swigCPtr, SWIGTYPE_p_f_r_FbxManager_p_q_const__char_p_q_const__FbxObject__p_FbxObject.getCPtr(pConstructor));

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