Ejemplo n.º 1
0
 public void SetLinkMode(FbxCluster.ELinkMode pMode)
 {
     NativeMethods.FbxCluster_SetLinkMode(swigCPtr, (int)pMode);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
 }
Ejemplo n.º 2
0
 public FbxCluster.ELinkMode GetLinkMode()
 {
     FbxCluster.ELinkMode ret = (FbxCluster.ELinkMode)NativeMethods.FbxCluster_GetLinkMode(swigCPtr);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
     return(ret);
 }
Ejemplo n.º 3
0
 public FbxCluster.ELinkMode GetLinkMode()
 {
     FbxCluster.ELinkMode ret = (FbxCluster.ELinkMode)FbxWrapperNativePINVOKE.FbxCluster_GetLinkMode(swigCPtr);
     return(ret);
 }
Ejemplo n.º 4
0
 public void SetLinkMode(FbxCluster.ELinkMode pMode)
 {
     FbxWrapperNativePINVOKE.FbxCluster_SetLinkMode(swigCPtr, (int)pMode);
 }
Ejemplo n.º 5
0
 public FbxCluster.ELinkMode GetLinkMode()
 {
     FbxCluster.ELinkMode ret = (FbxCluster.ELinkMode)fbx_wrapperPINVOKE.FbxCluster_GetLinkMode(swigCPtr);
     return(ret);
 }
Ejemplo n.º 6
0
 public void SetLinkMode(FbxCluster.ELinkMode pMode)
 {
     fbx_wrapperPINVOKE.FbxCluster_SetLinkMode(swigCPtr, (int)pMode);
 }