Make property_*_revert methods multilevel and expose them for scripting
This commit is contained in:
parent
dbd1524362
commit
980f5f32f4
29 changed files with 327 additions and 126 deletions
|
|
@ -134,20 +134,6 @@
|
|||
Resets this node's transformations (like scale, skew and taper) preserving its rotation and translation by performing Gram-Schmidt orthonormalization on this node's [Transform3D].
|
||||
</description>
|
||||
</method>
|
||||
<method name="property_can_revert">
|
||||
<return type="bool" />
|
||||
<param index="0" name="name" type="String" />
|
||||
<description>
|
||||
Returns [code]true[/code] if the property identified by [param name] can be reverted to a default value.
|
||||
</description>
|
||||
</method>
|
||||
<method name="property_get_revert">
|
||||
<return type="Variant" />
|
||||
<param index="0" name="name" type="String" />
|
||||
<description>
|
||||
Returns the default value of the Node3D property with given [param name].
|
||||
</description>
|
||||
</method>
|
||||
<method name="rotate">
|
||||
<return type="void" />
|
||||
<param index="0" name="axis" type="Vector3" />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue