Merge remote-tracking branch 'origin/master' into 1.7

This commit is contained in:
Wojtek Figat
2023-09-11 22:43:46 +02:00
53 changed files with 1537 additions and 218 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