class_animationnodesync.rst 2.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. :github_url: hide
  2. .. DO NOT EDIT THIS FILE!!!
  3. .. Generated automatically from Godot engine sources.
  4. .. Generator: https://github.com/godotengine/godot/tree/master/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/master/doc/classes/AnimationNodeSync.xml.
  6. .. _class_AnimationNodeSync:
  7. AnimationNodeSync
  8. =================
  9. **Inherits:** :ref:`AnimationNode<class_AnimationNode>` **<** :ref:`Resource<class_Resource>` **<** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  10. **Inherited By:** :ref:`AnimationNodeAdd2<class_AnimationNodeAdd2>`, :ref:`AnimationNodeAdd3<class_AnimationNodeAdd3>`, :ref:`AnimationNodeBlend2<class_AnimationNodeBlend2>`, :ref:`AnimationNodeBlend3<class_AnimationNodeBlend3>`, :ref:`AnimationNodeOneShot<class_AnimationNodeOneShot>`, :ref:`AnimationNodeTransition<class_AnimationNodeTransition>`
  11. Properties
  12. ----------
  13. +-------------------------+----------------------------------------------------+-----------+
  14. | :ref:`bool<class_bool>` | :ref:`sync<class_AnimationNodeSync_property_sync>` | ``false`` |
  15. +-------------------------+----------------------------------------------------+-----------+
  16. Property Descriptions
  17. ---------------------
  18. .. _class_AnimationNodeSync_property_sync:
  19. - :ref:`bool<class_bool>` **sync**
  20. +-----------+---------------------+
  21. | *Default* | ``false`` |
  22. +-----------+---------------------+
  23. | *Setter* | set_use_sync(value) |
  24. +-----------+---------------------+
  25. | *Getter* | is_using_sync() |
  26. +-----------+---------------------+
  27. If ``false``, the blended animations' frame are stopped when the blend value is ``0``.
  28. If ``true``, forcing the blended animations to advance frame.
  29. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  30. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  31. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  32. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  33. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  34. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`