Beispiel #1
0
 public void SetDisplaySmoothness(FbxSubDiv.EDisplaySmoothness pSmoothness)
 {
     FbxWrapperNativePINVOKE.FbxSubDiv_SetDisplaySmoothness(swigCPtr, (int)pSmoothness);
 }
Beispiel #2
0
 public void SetDisplaySmoothness(FbxSubDiv.EDisplaySmoothness pSmoothness)
 {
     fbx_wrapperPINVOKE.FbxSubDiv_SetDisplaySmoothness(swigCPtr, (int)pSmoothness);
 }
Beispiel #3
0
 public FbxSubDiv.EDisplaySmoothness GetDisplaySmoothness()
 {
     FbxSubDiv.EDisplaySmoothness ret = (FbxSubDiv.EDisplaySmoothness)FbxWrapperNativePINVOKE.FbxSubDiv_GetDisplaySmoothness(swigCPtr);
     return(ret);
 }
Beispiel #4
0
 public FbxSubDiv.EDisplaySmoothness GetDisplaySmoothness()
 {
     FbxSubDiv.EDisplaySmoothness ret = (FbxSubDiv.EDisplaySmoothness)fbx_wrapperPINVOKE.FbxSubDiv_GetDisplaySmoothness(swigCPtr);
     return(ret);
 }