![]() |
VOOZH | about |
dotnet add package SimulationTree.Textures.Systems --version 0.3.9
NuGet\Install-Package SimulationTree.Textures.Systems -Version 0.3.9
<PackageReference Include="SimulationTree.Textures.Systems" Version="0.3.9" />
<PackageVersion Include="SimulationTree.Textures.Systems" Version="0.3.9" />Directory.Packages.props
<PackageReference Include="SimulationTree.Textures.Systems" />Project file
paket add SimulationTree.Textures.Systems --version 0.3.9
#r "nuget: SimulationTree.Textures.Systems, 0.3.9"
#:package SimulationTree.Textures.Systems@0.3.9
#addin nuget:?package=SimulationTree.Textures.Systems&version=0.3.9Install as a Cake Addin
#tool nuget:?package=SimulationTree.Textures.Systems&version=0.3.9Install as a Cake Tool
Implements the texture project.
For textures to be loaded from an address:
simulator.Add(new DataImportSystem(simulator, world));
simulator.Add(new TextureImportSystem(simulator, world));
//create the image and get it loaded
Texture texture = new(world, "C:/image.png");
simulator.Broadcast(new DataUpdate());
//do work with the loaded image
Assert.That(texture.IsLoaded, Is.True);
Assert.That(texture.Width, Is.GreaterThan(0));
Assert.That(texture.Height, Is.GreaterThan(0));
Span<Pixel> pixels = texture.Pixels;
simulator.Remove<TextureImportSystem>();
simulator.Remove<DataImportSystem>();
| Product | Versions Compatible and additional computed target framework versions. |
|---|---|
| .NET | net9.0 net9.0 is compatible. net9.0-android net9.0-android was computed. net9.0-browser net9.0-browser was computed. net9.0-ios net9.0-ios was computed. net9.0-maccatalyst net9.0-maccatalyst was computed. net9.0-macos net9.0-macos was computed. net9.0-tvos net9.0-tvos was computed. net9.0-windows net9.0-windows was computed. net10.0 net10.0 was computed. net10.0-android net10.0-android was computed. net10.0-browser net10.0-browser was computed. net10.0-ios net10.0-ios was computed. net10.0-maccatalyst net10.0-maccatalyst was computed. net10.0-macos net10.0-macos was computed. net10.0-tvos net10.0-tvos was computed. net10.0-windows net10.0-windows was computed. |
This package is not used by any NuGet packages.
This package is not used by any popular GitHub repositories.
| Version | Downloads | Last Updated |
|---|---|---|
| 0.3.9 | 266 | 9/24/2025 |