Exemplo n.º 1
0
        public SWIGTYPE_p_FbxImplementation GetImplementation(int pIndex)
        {
            global::System.IntPtr        cPtr = fbx_wrapperPINVOKE.FbxObject_GetImplementation__SWIG_1(swigCPtr, pIndex);
            SWIGTYPE_p_FbxImplementation ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_FbxImplementation(cPtr, false);

            return(ret);
        }
Exemplo n.º 2
0
        public bool SetDefaultImplementation(SWIGTYPE_p_FbxImplementation pImplementation)
        {
            bool ret = fbx_wrapperPINVOKE.FbxObject_SetDefaultImplementation(swigCPtr, SWIGTYPE_p_FbxImplementation.getCPtr(pImplementation));

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