コード例 #1
0
            internal static _SetRowEnabled SetRowEnabled()
            {
                if (_SetRowEnabledFunc == null)
                {
                    _SetRowEnabledFunc =
                        (_SetRowEnabled)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiGameListMenuCtrl_setRowEnabled"), typeof(_SetRowEnabled));
                }

                return(_SetRowEnabledFunc);
            }
コード例 #2
0
            internal static _SetRowEnabled SetRowEnabled()
            {
                if (_SetRowEnabledFunc == null)
                {
                    _SetRowEnabledFunc =
                        (_SetRowEnabled)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiGameListMenuCtrl_setRowEnabled"), typeof(_SetRowEnabled));
                }

                return(_SetRowEnabledFunc);
            }