Example #1
0
            internal static bool clear(IntPtr thisPtr)
            {
                if (_clearFunc == null)
                {
                    _clearFunc =
                        (_clear)Marshal.GetDelegateForFunctionPointer(Torque3D.DllLoadUtils.GetProcAddress(Torque3D.Torque3DLibHandle,
                                                                                                           "fn_GuiImageList_clear"), typeof(_clear));
                }

                return(_clearFunc(thisPtr));
            }
            internal static void clear(IntPtr thisPtr)
            {
                if (_clearFunc == null)
                {
                    _clearFunc =
                        (_clear)Marshal.GetDelegateForFunctionPointer(Torque3D.DllLoadUtils.GetProcAddress(Torque3D.Torque3DLibHandle,
                                                                                                           "fn_GuiPopUpMenuCtrl_clear"), typeof(_clear));
                }

                _clearFunc(thisPtr);
            }