Ejemplo n.º 1
0
            internal static _SetRowById SetRowById()
            {
                if (_SetRowByIdFunc == null)
                {
                    _SetRowByIdFunc =
                        (_SetRowById)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiTextListCtrl_setRowById"), typeof(_SetRowById));
                }

                return(_SetRowByIdFunc);
            }
Ejemplo n.º 2
0
            internal static _SetRowById SetRowById()
            {
                if (_SetRowByIdFunc == null)
                {
                    _SetRowByIdFunc =
                        (_SetRowById)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiTextListCtrl_setRowById"), typeof(_SetRowById));
                }

                return(_SetRowByIdFunc);
            }