class_rootmotionview.rst 3.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. :github_url: hide
  2. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  3. .. DO NOT EDIT THIS FILE, but the RootMotionView.xml source instead.
  4. .. The source is found in doc/classes or modules/<name>/doc_classes.
  5. .. _class_RootMotionView:
  6. RootMotionView
  7. ==============
  8. **Inherits:** :ref:`VisualInstance<class_VisualInstance>` **<** :ref:`Spatial<class_Spatial>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
  9. Properties
  10. ----------
  11. +---------------------------------+---------------------------------------------------------------------+
  12. | :ref:`NodePath<class_NodePath>` | :ref:`animation_path<class_RootMotionView_property_animation_path>` |
  13. +---------------------------------+---------------------------------------------------------------------+
  14. | :ref:`float<class_float>` | :ref:`cell_size<class_RootMotionView_property_cell_size>` |
  15. +---------------------------------+---------------------------------------------------------------------+
  16. | :ref:`Color<class_Color>` | :ref:`color<class_RootMotionView_property_color>` |
  17. +---------------------------------+---------------------------------------------------------------------+
  18. | :ref:`float<class_float>` | :ref:`radius<class_RootMotionView_property_radius>` |
  19. +---------------------------------+---------------------------------------------------------------------+
  20. | :ref:`bool<class_bool>` | :ref:`zero_y<class_RootMotionView_property_zero_y>` |
  21. +---------------------------------+---------------------------------------------------------------------+
  22. Property Descriptions
  23. ---------------------
  24. .. _class_RootMotionView_property_animation_path:
  25. - :ref:`NodePath<class_NodePath>` **animation_path**
  26. +----------+---------------------------+
  27. | *Setter* | set_animation_path(value) |
  28. +----------+---------------------------+
  29. | *Getter* | get_animation_path() |
  30. +----------+---------------------------+
  31. ----
  32. .. _class_RootMotionView_property_cell_size:
  33. - :ref:`float<class_float>` **cell_size**
  34. +----------+----------------------+
  35. | *Setter* | set_cell_size(value) |
  36. +----------+----------------------+
  37. | *Getter* | get_cell_size() |
  38. +----------+----------------------+
  39. ----
  40. .. _class_RootMotionView_property_color:
  41. - :ref:`Color<class_Color>` **color**
  42. +----------+------------------+
  43. | *Setter* | set_color(value) |
  44. +----------+------------------+
  45. | *Getter* | get_color() |
  46. +----------+------------------+
  47. ----
  48. .. _class_RootMotionView_property_radius:
  49. - :ref:`float<class_float>` **radius**
  50. +----------+-------------------+
  51. | *Setter* | set_radius(value) |
  52. +----------+-------------------+
  53. | *Getter* | get_radius() |
  54. +----------+-------------------+
  55. ----
  56. .. _class_RootMotionView_property_zero_y:
  57. - :ref:`bool<class_bool>` **zero_y**
  58. +----------+-------------------+
  59. | *Setter* | set_zero_y(value) |
  60. +----------+-------------------+
  61. | *Getter* | get_zero_y() |
  62. +----------+-------------------+
  63. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  64. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  65. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`