Exemplo n.º 1
0
 public FbxPatch.EType GetPatchVType()
 {
     FbxPatch.EType ret = (FbxPatch.EType)FbxWrapperNativePINVOKE.FbxPatch_GetPatchVType(swigCPtr);
     return(ret);
 }
Exemplo n.º 2
0
 public void InitControlPoints(int pUCount, FbxPatch.EType pUType, int pVCount, FbxPatch.EType pVType)
 {
     FbxWrapperNativePINVOKE.FbxPatch_InitControlPoints__SWIG_0(swigCPtr, pUCount, (int)pUType, pVCount, (int)pVType);
 }
Exemplo n.º 3
0
 public FbxPatch.EType GetPatchVType()
 {
     FbxPatch.EType ret = (FbxPatch.EType)fbx_wrapperPINVOKE.FbxPatch_GetPatchVType(swigCPtr);
     return(ret);
 }