Skip to content

Commit

Permalink
Merge pull request #170 from GasimoCodes/master
Browse files Browse the repository at this point in the history
Fix typo in Custom Editors
  • Loading branch information
mafiesto4 authored Jan 6, 2025
2 parents 9e5cf13 + caa41a0 commit d099ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manual/scripting/custom-editors/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@

Flax Editor uses Custom Editors to show selected actors properties in the *Properties* window. It also lists scripts attached. Game developers can write custom editors to extend the default UI and logic of the editor. For example, you can very easily **create a custom editor for your script**. To learn how, see [this tutorial](../tutorials/custom-editor.md).

You can also use custom attributes right insiide your code. See [this documentation page](attributes.md).
You can also use custom attributes right inside your code. See [this documentation page](attributes.md).

Implementation of the Custom Editors is open source (as a part of *Flax Engine*) and can be found [here](https://github.com/FlaxEngine/FlaxEngine/tree/master/Source/Editor/CustomEditors).

0 comments on commit d099ba2

Please sign in to comment.