Example #1
0
            internal static _SetRowOffset SetRowOffset()
            {
                if (_SetRowOffsetFunc == null)
                {
                    _SetRowOffsetFunc =
                        (_SetRowOffset)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiFrameSetCtrl_setRowOffset"), typeof(_SetRowOffset));
                }

                return(_SetRowOffsetFunc);
            }
Example #2
0
            internal static _SetRowOffset SetRowOffset()
            {
                if (_SetRowOffsetFunc == null)
                {
                    _SetRowOffsetFunc =
                        (_SetRowOffset)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnGuiFrameSetCtrl_setRowOffset"), typeof(_SetRowOffset));
                }

                return(_SetRowOffsetFunc);
            }