AdamsLair.Duality.Editor.Plugins.SceneView
2.0.13
See the version list below for details.
dotnet add package AdamsLair.Duality.Editor.Plugins.SceneView --version 2.0.13
NuGet\Install-Package AdamsLair.Duality.Editor.Plugins.SceneView -Version 2.0.13
<PackageReference Include="AdamsLair.Duality.Editor.Plugins.SceneView" Version="2.0.13" />
paket add AdamsLair.Duality.Editor.Plugins.SceneView --version 2.0.13
#r "nuget: AdamsLair.Duality.Editor.Plugins.SceneView, 2.0.13"
// Install AdamsLair.Duality.Editor.Plugins.SceneView as a Cake Addin #addin nuget:?package=AdamsLair.Duality.Editor.Plugins.SceneView&version=2.0.13 // Install AdamsLair.Duality.Editor.Plugins.SceneView as a Cake Tool #tool nuget:?package=AdamsLair.Duality.Editor.Plugins.SceneView&version=2.0.13
Displays the contents of the current Scene hierarchically and allows editing the Scene graph.
Product | Versions Compatible and additional computed target framework versions. |
---|---|
.NET Framework | net is compatible. |
-
- AdamsLair.Duality (>= 2.14.0)
- AdamsLair.Duality.Editor (>= 2.10.1)
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories (1)
Showing the top 1 popular GitHub repositories that depend on AdamsLair.Duality.Editor.Plugins.SceneView:
Repository | Stars |
---|---|
AdamsLair/duality
a 2D Game Development Framework
|
Version | Downloads | Last updated |
---|---|---|
4.0.0-alpha2 | 544 | 6/12/2020 |
4.0.0-alpha1 | 393 | 6/12/2020 |
4.0.0-alpha0 | 376 | 6/12/2020 |
3.0.4 | 6,440 | 10/4/2019 |
3.0.3 | 639 | 10/4/2019 |
3.0.2 | 1,099 | 7/28/2019 |
3.0.1 | 1,183 | 5/4/2019 |
3.0.0 | 1,795 | 12/7/2018 |
2.0.18 | 2,343 | 6/3/2018 |
2.0.17 | 1,091 | 5/26/2018 |
2.0.16 | 1,162 | 5/10/2018 |
2.0.15 | 1,180 | 5/6/2018 |
2.0.14 | 1,850 | 1/27/2018 |
2.0.13 | 1,863 | 10/26/2017 |
2.0.12 | 3,532 | 3/25/2017 |
2.0.11 | 1,282 | 3/10/2017 |
2.0.9 | 2,363 | 11/13/2016 |
2.0.8 | 2,336 | 7/17/2016 |
2.0.7 | 1,815 | 5/16/2016 |
2.0.6 | 1,490 | 4/19/2016 |
2.0.5 | 1,603 | 3/19/2016 |
2.0.4 | 1,469 | 2/29/2016 |
2.0.3 | 1,658 | 1/31/2016 |
2.0.2 | 1,310 | 1/23/2016 |
2.0.1 | 1,590 | 1/16/2016 |
2.0.0 | 2,459 | 10/19/2015 |
1.1.2 | 4,665 | 1/16/2015 |
1.0.3 | 2,265 | 11/3/2014 |
1.0.2 | 1,525 | 9/30/2014 |
1.0.1 | 1,615 | 8/18/2014 |
1.0.0 | 1,513 | 7/25/2014 |
Updated AdamsLair.WinForms Dependency, Explicit C
#FIX: Fixed a rogue exception that would occur when attempting to edit the value of a property using an enum type with no values.
#CHANGE: Updated AdamsLair.WinForms dependency to version 1.1.13
#ADD: Explicitly stated to use C# 4.0 in Duality core projects to make sure the main repository remains backwards compatible for users with older VS versions.