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