PositionEvents 1.1.2

There is a newer version of this package available.
See the version list below for details.
dotnet add package PositionEvents --version 1.1.2
NuGet\Install-Package PositionEvents -Version 1.1.2
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="PositionEvents" Version="1.1.2" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add PositionEvents --version 1.1.2
#r "nuget: PositionEvents, 1.1.2"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// Install PositionEvents as a Cake Addin
#addin nuget:?package=PositionEvents&version=1.1.2

// Install PositionEvents as a Cake Tool
#tool nuget:?package=PositionEvents&version=1.1.2

PositionEvents

Provides functionality to efficiently bundle position checking. Intended for Blish-Hud modules.

The main PositionHandler currently uses an Octree implementation.

Using PositionEvents with your Blish-Hud module

[!WARNING] You should not directly use this library inside your module. Please use the provided Position Events Module as a dependency instead. It's more efficient if multiple modules use the same PositionHandler. The module also provides some debug functionality on top.

Please follow the instructions at the Position Events Module.

Product Compatible and additional computed target framework versions.
.NET Framework net48 is compatible.  net481 was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last updated
1.1.4 0 6/15/2024
1.1.3 0 6/15/2024
1.1.2 91 4/22/2024
1.1.1 82 4/22/2024
1.1.0 110 4/8/2024
1.0.0 99 4/8/2024

Added public default readonly BoundingObjectConverter