Пример #1
0
            internal static _PopBackLine PopBackLine()
            {
                if (_PopBackLineFunc == null)
                {
                    _PopBackLineFunc =
                        (_PopBackLine)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnMessageVector_popBackLine"), typeof(_PopBackLine));
                }

                return(_PopBackLineFunc);
            }
Пример #2
0
            internal static _PopBackLine PopBackLine()
            {
                if (_PopBackLineFunc == null)
                {
                    _PopBackLineFunc =
                        (_PopBackLine)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnMessageVector_popBackLine"), typeof(_PopBackLine));
                }

                return(_PopBackLineFunc);
            }