Ejemplo n.º 1
0
            internal static _RowCount RowCount()
            {
                if (_RowCountFunc == null)
                {
                    _RowCountFunc =
                        (_RowCount)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiTextListCtrl_rowCount"), typeof(_RowCount));
                }

                return(_RowCountFunc);
            }
Ejemplo n.º 2
0
            internal static _RowCount RowCount()
            {
                if (_RowCountFunc == null)
                {
                    _RowCountFunc =
                        (_RowCount)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiTextListCtrl_rowCount"), typeof(_RowCount));
                }

                return(_RowCountFunc);
            }