doc: Add default values to all properties
Thanks to @bojidar-bg's impressive work in #29380.
This commit is contained in:
parent
82604195b4
commit
c6cea6e9b3
394 changed files with 2881 additions and 2719 deletions
|
|
@ -15,7 +15,7 @@
|
|||
<methods>
|
||||
</methods>
|
||||
<members>
|
||||
<member name="sync" type="bool" setter="set_use_sync" getter="is_using_sync">
|
||||
<member name="sync" type="bool" setter="set_use_sync" getter="is_using_sync" default="false">
|
||||
If [code]true[/code], sets the [code]optimization[/code] to [code]false[/code] when calling [method AnimationNode.blend_input], forcing the blended animations to update every frame.
|
||||
</member>
|
||||
</members>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue