123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596 |
- :github_url: hide
- .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
- .. DO NOT EDIT THIS FILE, but the RootMotionView.xml source instead.
- .. The source is found in doc/classes or modules/<name>/doc_classes.
- .. _class_RootMotionView:
- RootMotionView
- ==============
- **Inherits:** :ref:`VisualInstance<class_VisualInstance>` **<** :ref:`Spatial<class_Spatial>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
- **Category:** Core
- Brief Description
- -----------------
- Properties
- ----------
- +---------------------------------+---------------------------------------------------------------------+
- | :ref:`NodePath<class_NodePath>` | :ref:`animation_path<class_RootMotionView_property_animation_path>` |
- +---------------------------------+---------------------------------------------------------------------+
- | :ref:`float<class_float>` | :ref:`cell_size<class_RootMotionView_property_cell_size>` |
- +---------------------------------+---------------------------------------------------------------------+
- | :ref:`Color<class_Color>` | :ref:`color<class_RootMotionView_property_color>` |
- +---------------------------------+---------------------------------------------------------------------+
- | :ref:`float<class_float>` | :ref:`radius<class_RootMotionView_property_radius>` |
- +---------------------------------+---------------------------------------------------------------------+
- | :ref:`bool<class_bool>` | :ref:`zero_y<class_RootMotionView_property_zero_y>` |
- +---------------------------------+---------------------------------------------------------------------+
- Property Descriptions
- ---------------------
- .. _class_RootMotionView_property_animation_path:
- - :ref:`NodePath<class_NodePath>` **animation_path**
- +----------+---------------------------+
- | *Setter* | set_animation_path(value) |
- +----------+---------------------------+
- | *Getter* | get_animation_path() |
- +----------+---------------------------+
- ----
- .. _class_RootMotionView_property_cell_size:
- - :ref:`float<class_float>` **cell_size**
- +----------+----------------------+
- | *Setter* | set_cell_size(value) |
- +----------+----------------------+
- | *Getter* | get_cell_size() |
- +----------+----------------------+
- ----
- .. _class_RootMotionView_property_color:
- - :ref:`Color<class_Color>` **color**
- +----------+------------------+
- | *Setter* | set_color(value) |
- +----------+------------------+
- | *Getter* | get_color() |
- +----------+------------------+
- ----
- .. _class_RootMotionView_property_radius:
- - :ref:`float<class_float>` **radius**
- +----------+-------------------+
- | *Setter* | set_radius(value) |
- +----------+-------------------+
- | *Getter* | get_radius() |
- +----------+-------------------+
- ----
- .. _class_RootMotionView_property_zero_y:
- - :ref:`bool<class_bool>` **zero_y**
- +----------+-------------------+
- | *Setter* | set_zero_y(value) |
- +----------+-------------------+
- | *Getter* | get_zero_y() |
- +----------+-------------------+
|