diff options
author | Haoyu Qiu <timothyqiu32@gmail.com> | 2022-10-31 15:19:48 +0800 |
---|---|---|
committer | Haoyu Qiu <timothyqiu32@gmail.com> | 2022-10-31 15:19:48 +0800 |
commit | 3ded27c62dcb9624fd037b0825a436b302c64fb5 (patch) | |
tree | 64de4c3b18ec6973de6200215dbd390b3300d38e /doc/classes | |
parent | 256c0079b0b209669e90a40ebc4cb89453875c5c (diff) |
Make Marker3D gizmo resizable
Diffstat (limited to 'doc/classes')
-rw-r--r-- | doc/classes/Marker3D.xml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/classes/Marker3D.xml b/doc/classes/Marker3D.xml index 5ad1cdf513..0d49b376a8 100644 --- a/doc/classes/Marker3D.xml +++ b/doc/classes/Marker3D.xml @@ -8,4 +8,9 @@ </description> <tutorials> </tutorials> + <members> + <member name="gizmo_extents" type="float" setter="set_gizmo_extents" getter="get_gizmo_extents" default="0.25"> + Size of the gizmo cross that appears in the editor. + </member> + </members> </class> |