示例#1
0
 public void SetShadingMode(FbxNode.EShadingMode pShadingMode)
 {
     NativeMethods.FbxNode_SetShadingMode(swigCPtr, (int)pShadingMode);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
 }
示例#2
0
 public FbxNode.EShadingMode GetShadingMode()
 {
     FbxNode.EShadingMode ret = (FbxNode.EShadingMode)NativeMethods.FbxNode_GetShadingMode(swigCPtr);
     if (NativeMethods.SWIGPendingException.Pending)
     {
         throw NativeMethods.SWIGPendingException.Retrieve();
     }
     return(ret);
 }