Exemplo n.º 1
0
        public SWIGTYPE_p_FbxPlugin FindPlugin(string pName, string pVersion)
        {
            global::System.IntPtr cPtr = fbx_wrapperPINVOKE.FbxManager_FindPlugin(swigCPtr, pName, pVersion);
            SWIGTYPE_p_FbxPlugin  ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_FbxPlugin(cPtr, false);

            return(ret);
        }
Exemplo n.º 2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_FbxPlugin obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }