Arch-TestDebug-Events
1.2.7
dotnet add package Arch-TestDebug-Events --version 1.2.7
NuGet\Install-Package Arch-TestDebug-Events -Version 1.2.7
<PackageReference Include="Arch-TestDebug-Events" Version="1.2.7" />
<PackageVersion Include="Arch-TestDebug-Events" Version="1.2.7" />
<PackageReference Include="Arch-TestDebug-Events" />
paket add Arch-TestDebug-Events --version 1.2.7
#r "nuget: Arch-TestDebug-Events, 1.2.7"
#:package Arch-TestDebug-Events@1.2.7
#addin nuget:?package=Arch-TestDebug-Events&version=1.2.7
#tool nuget:?package=Arch-TestDebug-Events&version=1.2.7
A high performance c# net.6 and net.7 archetype based ECS ( Entity component system ).
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET | net5.0 was computed. net5.0-windows was computed. net6.0 is compatible. net6.0-android was computed. net6.0-ios was computed. net6.0-maccatalyst was computed. net6.0-macos was computed. net6.0-tvos was computed. net6.0-windows was computed. net7.0 is compatible. net7.0-android was computed. net7.0-ios was computed. net7.0-maccatalyst was computed. net7.0-macos was computed. net7.0-tvos was computed. net7.0-windows was computed. net8.0 was computed. net8.0-android was computed. net8.0-browser was computed. net8.0-ios was computed. net8.0-maccatalyst was computed. net8.0-macos was computed. net8.0-tvos was computed. net8.0-windows was computed. net9.0 was computed. net9.0-android was computed. net9.0-browser was computed. net9.0-ios was computed. net9.0-maccatalyst was computed. net9.0-macos was computed. net9.0-tvos was computed. net9.0-windows was computed. net10.0 was computed. net10.0-android was computed. net10.0-browser was computed. net10.0-ios was computed. net10.0-maccatalyst was computed. net10.0-macos was computed. net10.0-tvos was computed. net10.0-windows was computed. |
.NET Core | netcoreapp3.0 was computed. netcoreapp3.1 was computed. |
.NET Standard | netstandard2.1 is compatible. |
MonoAndroid | monoandroid was computed. |
MonoMac | monomac was computed. |
MonoTouch | monotouch was computed. |
Tizen | tizen60 was computed. |
Xamarin.iOS | xamarinios was computed. |
Xamarin.Mac | xamarinmac was computed. |
Xamarin.TVOS | xamarintvos was computed. |
Xamarin.WatchOS | xamarinwatchos was computed. |
-
.NETStandard 2.1
- Arch.LowLevel (>= 1.0.9)
- Collections.Pooled (>= 2.0.0-preview.27)
- CommunityToolkit.HighPerformance (>= 7.1.2)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- ZeroAllocJobScheduler (>= 1.0.2)
-
net6.0
- Arch.LowLevel (>= 1.0.9)
- Collections.Pooled (>= 2.0.0-preview.27)
- CommunityToolkit.HighPerformance (>= 7.1.2)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- ZeroAllocJobScheduler (>= 1.0.2)
-
net7.0
- Arch.LowLevel (>= 1.0.9)
- Collections.Pooled (>= 2.0.0-preview.27)
- CommunityToolkit.HighPerformance (>= 7.1.2)
- System.Runtime.CompilerServices.Unsafe (>= 6.0.0)
- ZeroAllocJobScheduler (>= 1.0.2)
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 |
---|
Added more dangerous utility methods.
Entity now implements IComparable<Entity>.
DangerousWorldExtension can now return the Slot for an entity, used for dangerous acess and serialisation.
Checking a default entity or reference for IsAlive now returns false.
Archetypes with zero entities are now skipped during iteration.
BitSets are now vectorized, resulting in faster checks when large amounts of components are used.
.SetEntities for Archetypes as a dangerous util.
Added native-AOT Support:
Faster single .add and .remove operations.
Querys can not iterate "empty" entities.
Removed in Entity modifier for improved performance.