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

            return(ret);
        }
Exemplo n.º 2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_FbxSurfaceMaterial obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Exemplo n.º 3
0
        public bool RemoveMaterial(SWIGTYPE_p_FbxSurfaceMaterial pMaterial)
        {
            bool ret = fbx_wrapperPINVOKE.FbxScene_RemoveMaterial(swigCPtr, SWIGTYPE_p_FbxSurfaceMaterial.getCPtr(pMaterial));

            return(ret);
        }