示例#1
0
 public void Clone(FbxLayer pSrcLayer)
 {
     fbx_wrapperPINVOKE.FbxLayer_Clone(swigCPtr, FbxLayer.getCPtr(pSrcLayer));
     if (fbx_wrapperPINVOKE.SWIGPendingException.Pending)
     {
         throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 public void Clone(FbxLayer pSrcLayer)
 {
     FbxWrapperNativePINVOKE.FbxLayer_Clone(swigCPtr, FbxLayer.getCPtr(pSrcLayer));
     if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending)
     {
         throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve();
     }
 }