public bool IsValidBindPoseVerbose(FbxNode pRoot, FbxUserNotification pUserNotification) { bool ret = FbxWrapperNativePINVOKE.FbxPose_IsValidBindPoseVerbose__SWIG_5(swigCPtr, FbxNode.getCPtr(pRoot), FbxUserNotification.getCPtr(pUserNotification)); return(ret); }
public void SetUserNotification(FbxUserNotification pUN) { FbxWrapperNativePINVOKE.FbxManager_SetUserNotification(swigCPtr, FbxUserNotification.getCPtr(pUN)); }
public bool IsValidBindPoseVerbose(FbxNode pRoot, FbxUserNotification pUserNotification, double pMatrixCmpTolerance) { bool ret = FbxWrapperNativePINVOKE.FbxPose_IsValidBindPoseVerbose__SWIG_4(swigCPtr, FbxNode.getCPtr(pRoot), FbxUserNotification.getCPtr(pUserNotification), pMatrixCmpTolerance); return(ret); }
public FbxUserNotificationFilteredIterator(FbxUserNotification pAccumulator, int pFilterClass) : this(fbx_wrapperPINVOKE.new_FbxUserNotificationFilteredIterator__SWIG_2(FbxUserNotification.getCPtr(pAccumulator), pFilterClass), true) { if (fbx_wrapperPINVOKE.SWIGPendingException.Pending) { throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve(); } }
public FbxUserNotificationFilteredIterator(FbxUserNotification pAccumulator, int pFilterClass, FbxUserNotification.EOutputSource pSrc, bool pNoDetail) : this(fbx_wrapperPINVOKE.new_FbxUserNotificationFilteredIterator__SWIG_0(FbxUserNotification.getCPtr(pAccumulator), pFilterClass, (int)pSrc, pNoDetail), true) { if (fbx_wrapperPINVOKE.SWIGPendingException.Pending) { throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve(); } }
public bool IsValidBindPoseVerbose(FbxNode pRoot, FbxUserNotification pUserNotification, double pMatrixCmpTolerance, FbxStatus pStatus) { bool ret = fbx_wrapperPINVOKE.FbxPose_IsValidBindPoseVerbose__SWIG_3(swigCPtr, FbxNode.getCPtr(pRoot), FbxUserNotification.getCPtr(pUserNotification), pMatrixCmpTolerance, FbxStatus.getCPtr(pStatus)); return(ret); }
public FbxUserNotificationFilteredIterator(FbxUserNotification pAccumulator, int pFilterClass, FbxUserNotification.EOutputSource pSrc) : this(FbxWrapperNativePINVOKE.new_FbxUserNotificationFilteredIterator__SWIG_1(FbxUserNotification.getCPtr(pAccumulator), pFilterClass, (int)pSrc), true) { if (FbxWrapperNativePINVOKE.SWIGPendingException.Pending) { throw FbxWrapperNativePINVOKE.SWIGPendingException.Retrieve(); } }