Пример #1
0
 public void GetAllReflectionShaders(SWIGTYPE_p_maxon__BaseArrayT_BaseShader_p_t shaders)
 {
     C4dApiPINVOKE.Material_GetAllReflectionShaders(swigCPtr, SWIGTYPE_p_maxon__BaseArrayT_BaseShader_p_t.getCPtr(shaders));
     if (C4dApiPINVOKE.SWIGPendingException.Pending)
     {
         throw C4dApiPINVOKE.SWIGPendingException.Retrieve();
     }
 }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_maxon__BaseArrayT_BaseShader_p_t obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }