Ejemplo n.º 1
0
            internal static _OnCellSelected OnCellSelected()
            {
                if (_OnCellSelectedFunc == null)
                {
                    _OnCellSelectedFunc =
                        (_OnCellSelected)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "cbGuiArrayCtrl_onCellSelected"), typeof(_OnCellSelected));
                }

                return(_OnCellSelectedFunc);
            }
Ejemplo n.º 2
0
            internal static _OnCellSelected OnCellSelected()
            {
                if (_OnCellSelectedFunc == null)
                {
                    _OnCellSelectedFunc =
                        (_OnCellSelected)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "cbGuiArrayCtrl_onCellSelected"), typeof(_OnCellSelected));
                }

                return(_OnCellSelectedFunc);
            }