class_rootmotionview.rst 3.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. .. Generated automatically by doc/tools/makerst.py in Godot's source tree.
  2. .. DO NOT EDIT THIS FILE, but the RootMotionView.xml source instead.
  3. .. The source is found in doc/classes or modules/<name>/doc_classes.
  4. .. _class_RootMotionView:
  5. RootMotionView
  6. ==============
  7. **Inherits:** :ref:`VisualInstance<class_VisualInstance>` **<** :ref:`Spatial<class_Spatial>` **<** :ref:`Node<class_Node>` **<** :ref:`Object<class_Object>`
  8. **Category:** Core
  9. Brief Description
  10. -----------------
  11. Properties
  12. ----------
  13. +---------------------------------+---------------------------------------------------------------------+
  14. | :ref:`NodePath<class_NodePath>` | :ref:`animation_path<class_RootMotionView_property_animation_path>` |
  15. +---------------------------------+---------------------------------------------------------------------+
  16. | :ref:`float<class_float>` | :ref:`cell_size<class_RootMotionView_property_cell_size>` |
  17. +---------------------------------+---------------------------------------------------------------------+
  18. | :ref:`Color<class_Color>` | :ref:`color<class_RootMotionView_property_color>` |
  19. +---------------------------------+---------------------------------------------------------------------+
  20. | :ref:`float<class_float>` | :ref:`radius<class_RootMotionView_property_radius>` |
  21. +---------------------------------+---------------------------------------------------------------------+
  22. | :ref:`bool<class_bool>` | :ref:`zero_y<class_RootMotionView_property_zero_y>` |
  23. +---------------------------------+---------------------------------------------------------------------+
  24. Property Descriptions
  25. ---------------------
  26. .. _class_RootMotionView_property_animation_path:
  27. - :ref:`NodePath<class_NodePath>` **animation_path**
  28. +----------+---------------------------+
  29. | *Setter* | set_animation_path(value) |
  30. +----------+---------------------------+
  31. | *Getter* | get_animation_path() |
  32. +----------+---------------------------+
  33. .. _class_RootMotionView_property_cell_size:
  34. - :ref:`float<class_float>` **cell_size**
  35. +----------+----------------------+
  36. | *Setter* | set_cell_size(value) |
  37. +----------+----------------------+
  38. | *Getter* | get_cell_size() |
  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. .. _class_RootMotionView_property_radius:
  48. - :ref:`float<class_float>` **radius**
  49. +----------+-------------------+
  50. | *Setter* | set_radius(value) |
  51. +----------+-------------------+
  52. | *Getter* | get_radius() |
  53. +----------+-------------------+
  54. .. _class_RootMotionView_property_zero_y:
  55. - :ref:`bool<class_bool>` **zero_y**
  56. +----------+-------------------+
  57. | *Setter* | set_zero_y(value) |
  58. +----------+-------------------+
  59. | *Getter* | get_zero_y() |
  60. +----------+-------------------+