Add missing Particle Scale getter node to Particle Emitter graph

#1343
This commit is contained in:
Wojtek Figat
2023-09-11 13:54:44 +02:00
parent 716e643f2a
commit fb27606541
4 changed files with 30 additions and 1 deletions

View File

@@ -553,6 +553,18 @@ namespace FlaxEditor.Surface.Archetypes
NodeElementArchetype.Factory.Output(0, string.Empty, typeof(float), 0),
}
},
new NodeArchetype
{
TypeID = 112,
Title = "Particle Scale",
Description = "Particle scale.",
Flags = NodeFlags.ParticleEmitterGraph,
Size = new Float2(200, 30),
Elements = new[]
{
NodeElementArchetype.Factory.Output(0, string.Empty, typeof(Float3), 0),
}
},
// Simulation data access nodes
new NodeArchetype