PositionEvents 1.1.3
See the version list below for details.
dotnet add package PositionEvents --version 1.1.3
NuGet\Install-Package PositionEvents -Version 1.1.3
<PackageReference Include="PositionEvents" Version="1.1.3" />
paket add PositionEvents --version 1.1.3
#r "nuget: PositionEvents, 1.1.3"
// Install PositionEvents as a Cake Addin #addin nuget:?package=PositionEvents&version=1.1.3 // Install PositionEvents as a Cake Tool #tool nuget:?package=PositionEvents&version=1.1.3
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 an issue with CanConvert returning false for classes that implement an interface that is used as a genric type argument in ReadOnlyBasicConverter<T>.