public bool GetEffector(FbxEffector.ENodeId pEffectorNodeId, FbxEffector pEffector) { bool ret = fbx_wrapperPINVOKE.FbxControlSet_GetEffector__SWIG_0(swigCPtr, (int)pEffectorNodeId, FbxEffector.getCPtr(pEffector)); return(ret); }
public FbxEffector assign(FbxEffector pEffector) { FbxEffector ret = new FbxEffector(fbx_wrapperPINVOKE.FbxEffector_assign(swigCPtr, FbxEffector.getCPtr(pEffector)), false); if (fbx_wrapperPINVOKE.SWIGPendingException.Pending) { throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }
public bool SetEffector(FbxEffector.ENodeId pEffectorNodeId, FbxEffector pEffector) { bool ret = fbx_wrapperPINVOKE.FbxControlSet_SetEffector(swigCPtr, (int)pEffectorNodeId, FbxEffector.getCPtr(pEffector)); if (fbx_wrapperPINVOKE.SWIGPendingException.Pending) { throw fbx_wrapperPINVOKE.SWIGPendingException.Retrieve(); } return(ret); }