Пример #1
0
        public bool GetEffectorAux(FbxEffector.ENodeId pEffectorNodeId, SWIGTYPE_p_p_FbxNode pNode)
        {
            bool ret = fbx_wrapperPINVOKE.FbxControlSet_GetEffectorAux__SWIG_1(swigCPtr, (int)pEffectorNodeId, SWIGTYPE_p_p_FbxNode.getCPtr(pNode));

            return(ret);
        }
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_p_FbxNode obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Пример #3
0
        public bool GetEffectorAux(FbxEffector.ENodeId pEffectorNodeId, SWIGTYPE_p_p_FbxNode pNode, FbxEffector.ESetId pEffectorSetId)
        {
            bool ret = FbxWrapperNativePINVOKE.FbxControlSet_GetEffectorAux__SWIG_0(swigCPtr, (int)pEffectorNodeId, SWIGTYPE_p_p_FbxNode.getCPtr(pNode), (int)pEffectorSetId);

            return(ret);
        }