class_parallaxlayer.rst 2.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
  3. .. _class_ParallaxLayer:
  4. ParallaxLayer
  5. =============
  6. **Inherits:** :ref:`Node2D<class_node2d>` **<** :ref:`CanvasItem<class_canvasitem>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
  7. **Category:** Core
  8. Brief Description
  9. -----------------
  10. Member Functions
  11. ----------------
  12. +--------------------------------+-----------------------------------------------------------------------------------------------------------------+
  13. | void | :ref:`set_motion_scale<class_ParallaxLayer_set_motion_scale>` **(** :ref:`Vector2<class_vector2>` scale **)** |
  14. +--------------------------------+-----------------------------------------------------------------------------------------------------------------+
  15. | :ref:`Vector2<class_vector2>` | :ref:`get_motion_scale<class_ParallaxLayer_get_motion_scale>` **(** **)** const |
  16. +--------------------------------+-----------------------------------------------------------------------------------------------------------------+
  17. | void | :ref:`set_mirroring<class_ParallaxLayer_set_mirroring>` **(** :ref:`Vector2<class_vector2>` mirror **)** |
  18. +--------------------------------+-----------------------------------------------------------------------------------------------------------------+
  19. | :ref:`Vector2<class_vector2>` | :ref:`get_mirroring<class_ParallaxLayer_get_mirroring>` **(** **)** const |
  20. +--------------------------------+-----------------------------------------------------------------------------------------------------------------+
  21. Member Function Description
  22. ---------------------------
  23. .. _class_ParallaxLayer_set_motion_scale:
  24. - void **set_motion_scale** **(** :ref:`Vector2<class_vector2>` scale **)**
  25. .. _class_ParallaxLayer_get_motion_scale:
  26. - :ref:`Vector2<class_vector2>` **get_motion_scale** **(** **)** const
  27. .. _class_ParallaxLayer_set_mirroring:
  28. - void **set_mirroring** **(** :ref:`Vector2<class_vector2>` mirror **)**
  29. .. _class_ParallaxLayer_get_mirroring:
  30. - :ref:`Vector2<class_vector2>` **get_mirroring** **(** **)** const