Exemplo n.º 1
0
            internal static _GetRowText GetRowText()
            {
                if (_GetRowTextFunc == null)
                {
                    _GetRowTextFunc =
                        (_GetRowText)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiTextListCtrl_getRowText"), typeof(_GetRowText));
                }

                return(_GetRowTextFunc);
            }
Exemplo n.º 2
0
            internal static _GetRowText GetRowText()
            {
                if (_GetRowTextFunc == null)
                {
                    _GetRowTextFunc =
                        (_GetRowText)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiTextListCtrl_getRowText"), typeof(_GetRowText));
                }

                return(_GetRowTextFunc);
            }