Increase size of clamp node to handle vector4.
This commit is contained in:
@@ -126,7 +126,7 @@ namespace FlaxEditor.Surface.Archetypes
|
|||||||
Title = "Clamp",
|
Title = "Clamp",
|
||||||
Description = "Clamps value to the specified range",
|
Description = "Clamps value to the specified range",
|
||||||
Flags = NodeFlags.AllGraphs,
|
Flags = NodeFlags.AllGraphs,
|
||||||
Size = new Float2(110, 60),
|
Size = new Float2(140, 60),
|
||||||
ConnectionsHints = ConnectionsHint.Numeric,
|
ConnectionsHints = ConnectionsHint.Numeric,
|
||||||
IndependentBoxes = new[] { 0 },
|
IndependentBoxes = new[] { 0 },
|
||||||
DependentBoxes = new[] { 1, 2, 3 },
|
DependentBoxes = new[] { 1, 2, 3 },
|
||||||
|
|||||||
Reference in New Issue
Block a user