コード例 #1
0
        internal static IntPtr GetDynamicType(IntPtr cPtr)
        {
            IntPtr ret = NoesisGUI_PINVOKE.BaseComponent_GetDynamicType(cPtr);

            if (NoesisGUI_PINVOKE.SWIGPendingException.Pending)
            {
                throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve();
            }
            return(ret);
        }
        internal static IntPtr GetDynamicType(IntPtr cPtr)
        {
            IntPtr ret = NoesisGUI_PINVOKE.BaseComponent_GetDynamicType(cPtr);

    #if UNITY_EDITOR || NOESIS_API
            if (NoesisGUI_PINVOKE.SWIGPendingException.Pending)
            {
                throw NoesisGUI_PINVOKE.SWIGPendingException.Retrieve();
            }
    #endif
            return(ret);
        }
コード例 #3
0
        internal static IntPtr GetDynamicType(IntPtr cPtr)
        {
            IntPtr ret = NoesisGUI_PINVOKE.BaseComponent_GetDynamicType(cPtr);

            return(ret);
        }