We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17d8de5 commit 5f0bd7bCopy full SHA for 5f0bd7b
manual/scripting/tutorials/custom-editor.md
@@ -64,6 +64,9 @@ namespace GraphicsFeaturesTour
64
#endif
65
```
66
67
+> [!TIP]
68
+> GenericEditor should be usually used for Script inherited objects, while for custom actors you should be using ActorEditor.
69
+
70
If your script is in editor-only module then you can skip `#if FLAX_EDITOR / #endif` pair.
71
72
### 5. See the results
0 commit comments