Ejemplo n.º 1
0
        public SWIGTYPE_p_FbxGenericNode GetGenericNode(string pName)
        {
            global::System.IntPtr     cPtr = fbx_wrapperPINVOKE.FbxScene_GetGenericNode__SWIG_1(swigCPtr, pName);
            SWIGTYPE_p_FbxGenericNode ret  = (cPtr == global::System.IntPtr.Zero) ? null : new SWIGTYPE_p_FbxGenericNode(cPtr, false);

            return(ret);
        }
Ejemplo n.º 2
0
 internal static global::System.Runtime.InteropServices.HandleRef getCPtr(SWIGTYPE_p_FbxGenericNode obj)
 {
     return((obj == null) ? new global::System.Runtime.InteropServices.HandleRef(null, global::System.IntPtr.Zero) : obj.swigCPtr);
 }
Ejemplo n.º 3
0
        public bool RemoveGenericNode(SWIGTYPE_p_FbxGenericNode pGenericNode)
        {
            bool ret = fbx_wrapperPINVOKE.FbxScene_RemoveGenericNode(swigCPtr, SWIGTYPE_p_FbxGenericNode.getCPtr(pGenericNode));

            return(ret);
        }