public void SetClashSoverType(FbxRenamingStrategy.EClashType pType)
 {
     fbx_wrapperPINVOKE.FbxRenamingStrategy_SetClashSoverType(swigCPtr, (int)pType);
 }
Example #2
0
 public void SetClashSolverType(FbxRenamingStrategy.EClashType pType)
 {
     FbxWrapperNativePINVOKE.FbxRenamingStrategy_SetClashSolverType(swigCPtr, (int)pType);
 }