Ejemplo n.º 1
0
            internal static _GetRowId GetRowId()
            {
                if (_GetRowIdFunc == null)
                {
                    _GetRowIdFunc =
                        (_GetRowId)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiTextListCtrl_getRowId"), typeof(_GetRowId));
                }

                return(_GetRowIdFunc);
            }
Ejemplo n.º 2
0
            internal static _GetRowId GetRowId()
            {
                if (_GetRowIdFunc == null)
                {
                    _GetRowIdFunc =
                        (_GetRowId)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiTextListCtrl_getRowId"), typeof(_GetRowId));
                }

                return(_GetRowIdFunc);
            }