Esempio n. 1
0
            internal static _DeleteCoverPoints DeleteCoverPoints()
            {
                if (_DeleteCoverPointsFunc == null)
                {
                    _DeleteCoverPointsFunc =
                        (_DeleteCoverPoints)Marshal.GetDelegateForFunctionPointer(
                            Torque3D.DllLoadUtils.GetProcAddress(
                                Torque3D.Torque3DLibHandle,
                                "fnNavMesh_deleteCoverPoints"), typeof(_DeleteCoverPoints));
                }

                return(_DeleteCoverPointsFunc);
            }
Esempio n. 2
0
            internal static _DeleteCoverPoints DeleteCoverPoints()
            {
                if (_DeleteCoverPointsFunc == null)
                {
                    _DeleteCoverPointsFunc =
                        (_DeleteCoverPoints)Marshal.GetDelegateForFunctionPointer(
                            NativeLibrary.GetExport(
                                Torque3D.Torque3DLibHandle,
                                "fnNavMesh_deleteCoverPoints"), typeof(_DeleteCoverPoints));
                }

                return(_DeleteCoverPointsFunc);
            }