コード例 #1
0
 public void GetLayerElement(SWIGTYPE_p_int pLayerIndex, SWIGTYPE_p_FbxLayerElement__EType pType, SWIGTYPE_p_bool pUVSet)
 {
     fbx_wrapperPINVOKE.FbxLayerEntryView_GetLayerElement__SWIG_0(swigCPtr, SWIGTYPE_p_int.getCPtr(pLayerIndex), SWIGTYPE_p_FbxLayerElement__EType.getCPtr(pType), SWIGTYPE_p_bool.getCPtr(pUVSet));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
コード例 #2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_FbxLayerElement__EType obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }