Exemplo n.º 1
0
            internal static _SetRowActive SetRowActive()
            {
                if (_SetRowActiveFunc == null)
                {
                    _SetRowActiveFunc =
                        (_SetRowActive)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiTextListCtrl_setRowActive"), typeof(_SetRowActive));
                }

                return(_SetRowActiveFunc);
            }
Exemplo n.º 2
0
            internal static _SetRowActive SetRowActive()
            {
                if (_SetRowActiveFunc == null)
                {
                    _SetRowActiveFunc =
                        (_SetRowActive)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiTextListCtrl_setRowActive"), typeof(_SetRowActive));
                }

                return(_SetRowActiveFunc);
            }