Пример #1
0
 public void SetFilter(FbxConnectionPointFilter pConnectFilter, FbxConnectionPoint.EType pType)
 {
     FbxWrapperNativePINVOKE.FbxConnectionPoint_SetFilter__SWIG_0(swigCPtr, FbxConnectionPointFilter.getCPtr(pConnectFilter), (int)pType);
 }
Пример #2
0
 public FbxConnectionPoint.EType GetConnectType()
 {
     FbxConnectionPoint.EType ret = (FbxConnectionPoint.EType)FbxWrapperNativePINVOKE.FbxConnectionPoint_GetConnectType(swigCPtr);
     return(ret);
 }
Пример #3
0
 public FbxConnectionPoint.EType GetConnectType()
 {
     FbxConnectionPoint.EType ret = (FbxConnectionPoint.EType)fbx_wrapperPINVOKE.FbxConnectionPoint_GetConnectType(swigCPtr);
     return(ret);
 }
Пример #4
0
 public void SetConnectType(FbxConnectionPoint.EType pType)
 {
     FbxWrapperNativePINVOKE.FbxConnectionPoint_SetConnectType(swigCPtr, (int)pType);
 }
Пример #5
0
 public void SetConnectType(FbxConnectionPoint.EType pType)
 {
     fbx_wrapperPINVOKE.FbxConnectionPoint_SetConnectType(swigCPtr, (int)pType);
 }