Add option to disable particles preview in scene view and play only looping effects

#1767
This commit is contained in:
Wojtek Figat
2024-06-11 11:37:49 +02:00
parent 4dabf4bf01
commit 5b71591998
5 changed files with 17 additions and 1 deletions

View File

@@ -27,6 +27,7 @@ API_CLASS(Namespace="FlaxEditor", Name="Editor", NoSpawn, NoConstructor) class M
byte AutoReloadScriptsOnMainWindowFocus = 1;
byte ForceScriptCompilationOnStartup = 1;
byte UseAssetImportPathRelative = 1;
byte EnableParticlesPreview = 1;
byte AutoRebuildCSG = 1;
float AutoRebuildCSGTimeoutMs = 50;
byte AutoRebuildNavMesh = 1;