Example #1
0
        public SWIGTYPE_p_FbxSceneReference GetReference(int pIndex)
        {
            global::System.IntPtr        cPtr = fbx_wrapperPINVOKE.FbxManager_GetReference(swigCPtr, pIndex);
            SWIGTYPE_p_FbxSceneReference ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_FbxSceneReference(cPtr, false);

            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_FbxSceneReference obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Example #3
0
        public bool ClearReference(SWIGTYPE_p_FbxSceneReference pReference)
        {
            bool ret = fbx_wrapperPINVOKE.FbxManager_ClearReference(swigCPtr, SWIGTYPE_p_FbxSceneReference.getCPtr(pReference));

            return(ret);
        }
Example #4
0
        public int AddReference(SWIGTYPE_p_FbxSceneReference pReference)
        {
            int ret = fbx_wrapperPINVOKE.FbxManager_AddReference(swigCPtr, SWIGTYPE_p_FbxSceneReference.getCPtr(pReference));

            return(ret);
        }