fix Particle Emitter node to not auto resize
This commit is contained in:
@@ -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[]
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user