Update Material.cs

This commit is contained in:
NoriteSC
2023-10-25 06:21:19 +02:00
committed by GitHub
parent 004e2ab5e8
commit 137c82a387

View File

@@ -934,7 +934,7 @@ namespace FlaxEditor.Surface.Archetypes
Elements = new[]
{
NodeElementArchetype.Factory.Input(0, "value", true, typeof(float), 0),
NodeElementArchetype.Factory.Input(1, "gradient", true, typeof(float), 0),
NodeElementArchetype.Factory.Input(1, "gradient", true, typeof(float), 1),
NodeElementArchetype.Factory.Output(0, string.Empty, typeof(float), 5),
}
},