1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
- .. DO NOT EDIT THIS FILE, but the doc/base/classes.xml source instead.
- .. _class_ParallaxLayer:
- ParallaxLayer
- =============
- **Inherits:** :ref:`Node2D<class_node2d>` **<** :ref:`CanvasItem<class_canvasitem>` **<** :ref:`Node<class_node>` **<** :ref:`Object<class_object>`
- **Category:** Core
- Brief Description
- -----------------
- Member Functions
- ----------------
- +--------------------------------+-----------------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_motion_scale<class_ParallaxLayer_set_motion_scale>` **(** :ref:`Vector2<class_vector2>` scale **)** |
- +--------------------------------+-----------------------------------------------------------------------------------------------------------------+
- | :ref:`Vector2<class_vector2>` | :ref:`get_motion_scale<class_ParallaxLayer_get_motion_scale>` **(** **)** const |
- +--------------------------------+-----------------------------------------------------------------------------------------------------------------+
- | void | :ref:`set_mirroring<class_ParallaxLayer_set_mirroring>` **(** :ref:`Vector2<class_vector2>` mirror **)** |
- +--------------------------------+-----------------------------------------------------------------------------------------------------------------+
- | :ref:`Vector2<class_vector2>` | :ref:`get_mirroring<class_ParallaxLayer_get_mirroring>` **(** **)** const |
- +--------------------------------+-----------------------------------------------------------------------------------------------------------------+
- Member Function Description
- ---------------------------
- .. _class_ParallaxLayer_set_motion_scale:
- - void **set_motion_scale** **(** :ref:`Vector2<class_vector2>` scale **)**
- .. _class_ParallaxLayer_get_motion_scale:
- - :ref:`Vector2<class_vector2>` **get_motion_scale** **(** **)** const
- .. _class_ParallaxLayer_set_mirroring:
- - void **set_mirroring** **(** :ref:`Vector2<class_vector2>` mirror **)**
- .. _class_ParallaxLayer_get_mirroring:
- - :ref:`Vector2<class_vector2>` **get_mirroring** **(** **)** const
|