Merge remote-tracking branch 'upstream/master' into ContentContextCondition

This commit is contained in:
davevanegdom
2023-09-19 01:10:51 +02:00
16 changed files with 190 additions and 54 deletions

View File

@@ -126,7 +126,7 @@ namespace FlaxEditor.Surface.Archetypes
Title = "Clamp",
Description = "Clamps value to the specified range",
Flags = NodeFlags.AllGraphs,
Size = new Float2(110, 60),
Size = new Float2(140, 60),
ConnectionsHints = ConnectionsHint.Numeric,
IndependentBoxes = new[] { 0 },
DependentBoxes = new[] { 1, 2, 3 },