Пример #1
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);
        }
Пример #2
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);
        }
Пример #3
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(FbxEffector obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Пример #4
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);
        }