Exemple #1
0
 public FbxConnectEvent(FbxConnectEvent.EType pType, FbxConnectEvent.EDirection pDir, FbxProperty pSrc, FbxProperty pDst) : this(fbx_wrapperPINVOKE.new_FbxConnectEvent((int)pType, (int)pDir, FbxProperty.getCPtr(pSrc), FbxProperty.getCPtr(pDst)), true)
 {
 }
Exemple #2
0
 public FbxConnectEvent.EType GetType()
 {
     FbxConnectEvent.EType ret = (FbxConnectEvent.EType)fbx_wrapperPINVOKE.FbxConnectEvent_GetType(swigCPtr);
     return(ret);
 }
 public FbxConnectEvent.EType GetType()
 {
     FbxConnectEvent.EType ret = (FbxConnectEvent.EType)FbxWrapperNativePINVOKE.FbxConnectEvent_GetType(swigCPtr);
     return(ret);
 }