diff options
author | Silc Renew <tokage.it.lab@gmail.com> | 2021-02-04 17:20:26 +0900 |
---|---|---|
committer | Silc Renew <tokage.it.lab@gmail.com> | 2021-10-07 01:07:46 +0900 |
commit | f2e9867e9f6dc58ab3a016c7b2a90bc9c3b5f1b6 (patch) | |
tree | 7d0e5165f8c8b9efd98d0fc0c7f0ede66b9d6ddd /doc/classes/Node3D.xml | |
parent | ce0268a0c1d2a73dd9d59ed339a76bec6a429edd (diff) |
Implemented SkeletonEditorGizmo
Co-authored-by: Lyuma <xn.lyuma@gmail.com>
Diffstat (limited to 'doc/classes/Node3D.xml')
-rw-r--r-- | doc/classes/Node3D.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/classes/Node3D.xml b/doc/classes/Node3D.xml index 49901dc4d9..28acd77a39 100644 --- a/doc/classes/Node3D.xml +++ b/doc/classes/Node3D.xml @@ -212,6 +212,15 @@ Sets whether the node notifies about its global and local transformation changes. [Node3D] will not propagate this by default, unless it is in the editor context and it has a valid gizmo. </description> </method> + <method name="set_subgizmo_selection"> + <return type="void" /> + <argument index="0" name="gizmo" type="Node3DGizmo" /> + <argument index="1" name="id" type="int" /> + <argument index="2" name="transform" type="Transform3D" /> + <description> + Set subgizmo selection for this node in the editor. + </description> + </method> <method name="show"> <return type="void" /> <description> |