Exemplo n.º 1
0
            internal static _RemoveRowById RemoveRowById()
            {
                if (_RemoveRowByIdFunc == null)
                {
                    _RemoveRowByIdFunc =
                        (_RemoveRowById)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiTextListCtrl_removeRowById"), typeof(_RemoveRowById));
                }

                return(_RemoveRowByIdFunc);
            }
Exemplo n.º 2
0
            internal static _RemoveRowById RemoveRowById()
            {
                if (_RemoveRowByIdFunc == null)
                {
                    _RemoveRowByIdFunc =
                        (_RemoveRowById)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiTextListCtrl_removeRowById"), typeof(_RemoveRowById));
                }

                return(_RemoveRowByIdFunc);
            }