class_rootmotionview.rst 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596
  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. **Category:** Core
  10. Brief Description
  11. -----------------
  12. Properties
  13. ----------
  14. +---------------------------------+---------------------------------------------------------------------+
  15. | :ref:`NodePath<class_NodePath>` | :ref:`animation_path<class_RootMotionView_property_animation_path>` |
  16. +---------------------------------+---------------------------------------------------------------------+
  17. | :ref:`float<class_float>` | :ref:`cell_size<class_RootMotionView_property_cell_size>` |
  18. +---------------------------------+---------------------------------------------------------------------+
  19. | :ref:`Color<class_Color>` | :ref:`color<class_RootMotionView_property_color>` |
  20. +---------------------------------+---------------------------------------------------------------------+
  21. | :ref:`float<class_float>` | :ref:`radius<class_RootMotionView_property_radius>` |
  22. +---------------------------------+---------------------------------------------------------------------+
  23. | :ref:`bool<class_bool>` | :ref:`zero_y<class_RootMotionView_property_zero_y>` |
  24. +---------------------------------+---------------------------------------------------------------------+
  25. Property Descriptions
  26. ---------------------
  27. .. _class_RootMotionView_property_animation_path:
  28. - :ref:`NodePath<class_NodePath>` **animation_path**
  29. +----------+---------------------------+
  30. | *Setter* | set_animation_path(value) |
  31. +----------+---------------------------+
  32. | *Getter* | get_animation_path() |
  33. +----------+---------------------------+
  34. ----
  35. .. _class_RootMotionView_property_cell_size:
  36. - :ref:`float<class_float>` **cell_size**
  37. +----------+----------------------+
  38. | *Setter* | set_cell_size(value) |
  39. +----------+----------------------+
  40. | *Getter* | get_cell_size() |
  41. +----------+----------------------+
  42. ----
  43. .. _class_RootMotionView_property_color:
  44. - :ref:`Color<class_Color>` **color**
  45. +----------+------------------+
  46. | *Setter* | set_color(value) |
  47. +----------+------------------+
  48. | *Getter* | get_color() |
  49. +----------+------------------+
  50. ----
  51. .. _class_RootMotionView_property_radius:
  52. - :ref:`float<class_float>` **radius**
  53. +----------+-------------------+
  54. | *Setter* | set_radius(value) |
  55. +----------+-------------------+
  56. | *Getter* | get_radius() |
  57. +----------+-------------------+
  58. ----
  59. .. _class_RootMotionView_property_zero_y:
  60. - :ref:`bool<class_bool>` **zero_y**
  61. +----------+-------------------+
  62. | *Setter* | set_zero_y(value) |
  63. +----------+-------------------+
  64. | *Getter* | get_zero_y() |
  65. +----------+-------------------+