diff options
author | RĂ©mi Verschelde <rverschelde@gmail.com> | 2019-06-30 14:22:29 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-30 14:22:29 +0200 |
commit | e2bbf2cba3dc97998cff0be5cbda2d7e3b7151b0 (patch) | |
tree | 1784ee303025841edb69093ce9dbddba85933b09 /doc/classes/EditorSpatialGizmoPlugin.xml | |
parent | 82604195b4c2c80777f7ecaa547194c6a208e8cf (diff) | |
parent | 0db138a621c8ce67864379c2bf69fda54c380178 (diff) |
Merge pull request #30184 from akien-mga/doc-property-defval
doc: Add default values to all properties
Diffstat (limited to 'doc/classes/EditorSpatialGizmoPlugin.xml')
-rw-r--r-- | doc/classes/EditorSpatialGizmoPlugin.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/classes/EditorSpatialGizmoPlugin.xml b/doc/classes/EditorSpatialGizmoPlugin.xml index 28586312f3..777d558a8e 100644 --- a/doc/classes/EditorSpatialGizmoPlugin.xml +++ b/doc/classes/EditorSpatialGizmoPlugin.xml @@ -25,7 +25,7 @@ <return type="bool"> </return> <description> - Override this method to define whether the gizmo can be hidden or not. Defaults to [code]true[/code]. + Override this method to define whether the gizmo can be hidden or not. Returns [code]true[/code] if not overridden. </description> </method> <method name="commit_handle" qualifiers="virtual"> |