mirror of
https://github.com/stan220/godot-docs.git
synced 2026-09-08 17:28:58 +00:00
classref: Add property overview and setter/getter like in editor docs
Output from godotengine/godot#22013. Fixes #1729.
This commit is contained in:
@@ -8,6 +8,7 @@ RootMotionView
|
||||
==============
|
||||
|
||||
**Inherits:** :ref:`VisualInstance<class_VisualInstance>` **<** :ref:`Spatial<class_Spatial>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
|
||||
|
||||
**Category:** Core
|
||||
|
||||
Brief Description
|
||||
@@ -15,6 +16,21 @@ Brief Description
|
||||
|
||||
|
||||
|
||||
Properties
|
||||
----------
|
||||
|
||||
+---------------------------------+------------------------------------------------------------+
|
||||
| :ref:`NodePath<class_NodePath>` | :ref:`animation_path<class_RootMotionView_animation_path>` |
|
||||
+---------------------------------+------------------------------------------------------------+
|
||||
| :ref:`float<class_float>` | :ref:`cell_size<class_RootMotionView_cell_size>` |
|
||||
+---------------------------------+------------------------------------------------------------+
|
||||
| :ref:`Color<class_Color>` | :ref:`color<class_RootMotionView_color>` |
|
||||
+---------------------------------+------------------------------------------------------------+
|
||||
| :ref:`float<class_float>` | :ref:`radius<class_RootMotionView_radius>` |
|
||||
+---------------------------------+------------------------------------------------------------+
|
||||
| :ref:`bool<class_bool>` | :ref:`zero_y<class_RootMotionView_zero_y>` |
|
||||
+---------------------------------+------------------------------------------------------------+
|
||||
|
||||
Property Descriptions
|
||||
---------------------
|
||||
|
||||
@@ -22,20 +38,49 @@ Property Descriptions
|
||||
|
||||
- :ref:`NodePath<class_NodePath>` **animation_path**
|
||||
|
||||
+----------+---------------------------+
|
||||
| *Setter* | set_animation_path(value) |
|
||||
+----------+---------------------------+
|
||||
| *Getter* | get_animation_path() |
|
||||
+----------+---------------------------+
|
||||
|
||||
.. _class_RootMotionView_cell_size:
|
||||
|
||||
- :ref:`float<class_float>` **cell_size**
|
||||
|
||||
+----------+----------------------+
|
||||
| *Setter* | set_cell_size(value) |
|
||||
+----------+----------------------+
|
||||
| *Getter* | get_cell_size() |
|
||||
+----------+----------------------+
|
||||
|
||||
.. _class_RootMotionView_color:
|
||||
|
||||
- :ref:`Color<class_Color>` **color**
|
||||
|
||||
+----------+------------------+
|
||||
| *Setter* | set_color(value) |
|
||||
+----------+------------------+
|
||||
| *Getter* | get_color() |
|
||||
+----------+------------------+
|
||||
|
||||
.. _class_RootMotionView_radius:
|
||||
|
||||
- :ref:`float<class_float>` **radius**
|
||||
|
||||
+----------+-------------------+
|
||||
| *Setter* | set_radius(value) |
|
||||
+----------+-------------------+
|
||||
| *Getter* | get_radius() |
|
||||
+----------+-------------------+
|
||||
|
||||
.. _class_RootMotionView_zero_y:
|
||||
|
||||
- :ref:`bool<class_bool>` **zero_y**
|
||||
|
||||
+----------+-------------------+
|
||||
| *Setter* | set_zero_y(value) |
|
||||
+----------+-------------------+
|
||||
| *Getter* | get_zero_y() |
|
||||
+----------+-------------------+
|
||||
|
||||
|
||||
Reference in New Issue
Block a user