PositionEvents 1.1.9

dotnet add package PositionEvents --version 1.1.9
                    
NuGet\Install-Package PositionEvents -Version 1.1.9
                    
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.9" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="PositionEvents" Version="1.1.9" />
                    
Directory.Packages.props
<PackageReference Include="PositionEvents" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add PositionEvents --version 1.1.9
                    
#r "nuget: PositionEvents, 1.1.9"
                    
#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.
#addin nuget:?package=PositionEvents&version=1.1.9
                    
Install PositionEvents as a Cake Addin
#tool nuget:?package=PositionEvents&version=1.1.9
                    
Install PositionEvents as a Cake Tool

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

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.9 105 8/7/2024
1.1.8 89 7/29/2024
1.1.7 116 7/24/2024
1.1.6 113 7/23/2024
1.1.5 109 7/23/2024
1.1.4 133 6/15/2024
1.1.3 121 6/15/2024
1.1.2 125 4/22/2024
1.1.1 118 4/22/2024
1.1.0 133 4/8/2024
1.0.0 122 4/8/2024

Fixed several issues with the ReadOnlyBasicConverter