PositionEvents 1.1.9
dotnet add package PositionEvents --version 1.1.9
NuGet\Install-Package PositionEvents -Version 1.1.9
<PackageReference Include="PositionEvents" Version="1.1.9" />
paket add PositionEvents --version 1.1.9
#r "nuget: PositionEvents, 1.1.9"
// Install PositionEvents as a Cake Addin #addin nuget:?package=PositionEvents&version=1.1.9 // Install PositionEvents as a Cake Tool #tool nuget:?package=PositionEvents&version=1.1.9
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 | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net48 is compatible. net481 was computed. |
-
.NETFramework 4.8
- MonoGame.Extended (>= 3.8.0)
- MonoGame.Framework.WindowsDX (>= 3.8.0.1641)
- Newtonsoft.Json (>= 13.0.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Fixed several issues with the ReadOnlyBasicConverter