fix Particle Emitter node to not auto resize

This commit is contained in:
Saas
2026-03-15 17:03:01 +01:00
parent 5655cc8f42
commit 5b2b1930d2

View File

@@ -341,6 +341,7 @@ namespace FlaxEditor.Surface.Archetypes
Title = "Particle Emitter",
Description = "Main particle emitter node. Contains a set of modules per emitter context. Modules are executed in order from top to bottom of the stack.",
Flags = NodeFlags.ParticleEmitterGraph | NodeFlags.NoRemove | NodeFlags.NoSpawnViaGUI | NodeFlags.NoSpawnViaPaste | NodeFlags.NoCloseButton,
UseFixedSize = true,
Size = new Float2(300, 600),
DefaultValues = new object[]
{