Merge branch 'xxSeys1-SphereMaskNames'

This commit is contained in:
2026-05-12 18:13:59 +02:00
+2 -2
View File
@@ -807,8 +807,8 @@ namespace FlaxEditor.Surface.Archetypes
},
Elements = new[]
{
NodeElementArchetype.Factory.Input(0, "A", true, null, 0),
NodeElementArchetype.Factory.Input(1, "B", true, null, 1),
NodeElementArchetype.Factory.Input(0, "UV", true, null, 0),
NodeElementArchetype.Factory.Input(1, "Center", true, null, 1),
NodeElementArchetype.Factory.Input(2, "Radius", true, typeof(float), 2, 0),
NodeElementArchetype.Factory.Input(3, "Hardness", true, typeof(float), 3, 1),
NodeElementArchetype.Factory.Input(4, "Invert", true, typeof(bool), 4, 2),