예제 #1
0
        public bool GetEffector(FbxEffector.ENodeId pEffectorNodeId, FbxEffector pEffector)
        {
            bool ret = fbx_wrapperPINVOKE.FbxControlSet_GetEffector__SWIG_0(swigCPtr, (int)pEffectorNodeId, FbxEffector.getCPtr(pEffector));

            return(ret);
        }
예제 #2
0
        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);
        }
예제 #3
0
        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);
        }