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