diff options
author | Max Hilbrunner <mhilbrunner@users.noreply.github.com> | 2019-05-17 17:18:17 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-17 17:18:17 +0200 |
commit | c2df3189fa55eda8ce4284e43eea79da93a13046 (patch) | |
tree | 69d04501b3d7214a840bbfca31c353b6bcfabf20 /doc/classes/EditorPlugin.xml | |
parent | 40a5f81ae540cd7923cd438ccb21ffb41cfbc87d (diff) | |
parent | 5fe2bf125a3aab50f274e55f6348389063fa616e (diff) |
Merge pull request #28959 from volzhs/doc-editor-plugin-update_overlays
Add description for EditorPlugin.update_overlays
Diffstat (limited to 'doc/classes/EditorPlugin.xml')
-rw-r--r-- | doc/classes/EditorPlugin.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/classes/EditorPlugin.xml b/doc/classes/EditorPlugin.xml index 7981c90f86..5763d26561 100644 --- a/doc/classes/EditorPlugin.xml +++ b/doc/classes/EditorPlugin.xml @@ -471,6 +471,7 @@ <return type="int"> </return> <description> + Updates the overlays of the editor (2D/3D) viewport. </description> </method> </methods> |