diff options
author | volzhs <volzhs@gmail.com> | 2019-05-17 22:04:35 +0900 |
---|---|---|
committer | volzhs <volzhs@gmail.com> | 2019-05-17 22:36:40 +0900 |
commit | 5fe2bf125a3aab50f274e55f6348389063fa616e (patch) | |
tree | 6d58bf36c31de860ba0a1e76c3f304ee7b156ddd | |
parent | 053808e194cf869280eccfea5fa50aff55e7e03f (diff) |
Add description for EditorPlugin.update_overlays
-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> |