class_ribbontrailmesh.rst 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  1. :github_url: hide
  2. .. DO NOT EDIT THIS FILE!!!
  3. .. Generated automatically from Godot engine sources.
  4. .. Generator: https://github.com/godotengine/godot/tree/4.0/doc/tools/make_rst.py.
  5. .. XML source: https://github.com/godotengine/godot/tree/4.0/doc/classes/RibbonTrailMesh.xml.
  6. .. _class_RibbonTrailMesh:
  7. RibbonTrailMesh
  8. ===============
  9. **Inherits:** :ref:`PrimitiveMesh<class_PrimitiveMesh>` **<** :ref:`Mesh<class_Mesh>` **<** :ref:`Resource<class_Resource>` **<** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
  10. .. container:: contribute
  11. There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  12. .. rst-class:: classref-reftable-group
  13. Properties
  14. ----------
  15. .. table::
  16. :widths: auto
  17. +------------------------------------------+--------------------------------------------------------------------------+---------+
  18. | :ref:`Curve<class_Curve>` | :ref:`curve<class_RibbonTrailMesh_property_curve>` | |
  19. +------------------------------------------+--------------------------------------------------------------------------+---------+
  20. | :ref:`float<class_float>` | :ref:`section_length<class_RibbonTrailMesh_property_section_length>` | ``0.2`` |
  21. +------------------------------------------+--------------------------------------------------------------------------+---------+
  22. | :ref:`int<class_int>` | :ref:`section_segments<class_RibbonTrailMesh_property_section_segments>` | ``3`` |
  23. +------------------------------------------+--------------------------------------------------------------------------+---------+
  24. | :ref:`int<class_int>` | :ref:`sections<class_RibbonTrailMesh_property_sections>` | ``5`` |
  25. +------------------------------------------+--------------------------------------------------------------------------+---------+
  26. | :ref:`Shape<enum_RibbonTrailMesh_Shape>` | :ref:`shape<class_RibbonTrailMesh_property_shape>` | ``1`` |
  27. +------------------------------------------+--------------------------------------------------------------------------+---------+
  28. | :ref:`float<class_float>` | :ref:`size<class_RibbonTrailMesh_property_size>` | ``1.0`` |
  29. +------------------------------------------+--------------------------------------------------------------------------+---------+
  30. .. rst-class:: classref-section-separator
  31. ----
  32. .. rst-class:: classref-descriptions-group
  33. Enumerations
  34. ------------
  35. .. _enum_RibbonTrailMesh_Shape:
  36. .. rst-class:: classref-enumeration
  37. enum **Shape**:
  38. .. _class_RibbonTrailMesh_constant_SHAPE_FLAT:
  39. .. rst-class:: classref-enumeration-constant
  40. :ref:`Shape<enum_RibbonTrailMesh_Shape>` **SHAPE_FLAT** = ``0``
  41. .. _class_RibbonTrailMesh_constant_SHAPE_CROSS:
  42. .. rst-class:: classref-enumeration-constant
  43. :ref:`Shape<enum_RibbonTrailMesh_Shape>` **SHAPE_CROSS** = ``1``
  44. .. rst-class:: classref-section-separator
  45. ----
  46. .. rst-class:: classref-descriptions-group
  47. Property Descriptions
  48. ---------------------
  49. .. _class_RibbonTrailMesh_property_curve:
  50. .. rst-class:: classref-property
  51. :ref:`Curve<class_Curve>` **curve**
  52. .. rst-class:: classref-property-setget
  53. - void **set_curve** **(** :ref:`Curve<class_Curve>` value **)**
  54. - :ref:`Curve<class_Curve>` **get_curve** **(** **)**
  55. .. container:: contribute
  56. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  57. .. rst-class:: classref-item-separator
  58. ----
  59. .. _class_RibbonTrailMesh_property_section_length:
  60. .. rst-class:: classref-property
  61. :ref:`float<class_float>` **section_length** = ``0.2``
  62. .. rst-class:: classref-property-setget
  63. - void **set_section_length** **(** :ref:`float<class_float>` value **)**
  64. - :ref:`float<class_float>` **get_section_length** **(** **)**
  65. .. container:: contribute
  66. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  67. .. rst-class:: classref-item-separator
  68. ----
  69. .. _class_RibbonTrailMesh_property_section_segments:
  70. .. rst-class:: classref-property
  71. :ref:`int<class_int>` **section_segments** = ``3``
  72. .. rst-class:: classref-property-setget
  73. - void **set_section_segments** **(** :ref:`int<class_int>` value **)**
  74. - :ref:`int<class_int>` **get_section_segments** **(** **)**
  75. .. container:: contribute
  76. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  77. .. rst-class:: classref-item-separator
  78. ----
  79. .. _class_RibbonTrailMesh_property_sections:
  80. .. rst-class:: classref-property
  81. :ref:`int<class_int>` **sections** = ``5``
  82. .. rst-class:: classref-property-setget
  83. - void **set_sections** **(** :ref:`int<class_int>` value **)**
  84. - :ref:`int<class_int>` **get_sections** **(** **)**
  85. .. container:: contribute
  86. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  87. .. rst-class:: classref-item-separator
  88. ----
  89. .. _class_RibbonTrailMesh_property_shape:
  90. .. rst-class:: classref-property
  91. :ref:`Shape<enum_RibbonTrailMesh_Shape>` **shape** = ``1``
  92. .. rst-class:: classref-property-setget
  93. - void **set_shape** **(** :ref:`Shape<enum_RibbonTrailMesh_Shape>` value **)**
  94. - :ref:`Shape<enum_RibbonTrailMesh_Shape>` **get_shape** **(** **)**
  95. .. container:: contribute
  96. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  97. .. rst-class:: classref-item-separator
  98. ----
  99. .. _class_RibbonTrailMesh_property_size:
  100. .. rst-class:: classref-property
  101. :ref:`float<class_float>` **size** = ``1.0``
  102. .. rst-class:: classref-property-setget
  103. - void **set_size** **(** :ref:`float<class_float>` value **)**
  104. - :ref:`float<class_float>` **get_size** **(** **)**
  105. .. container:: contribute
  106. There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
  107. .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
  108. .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
  109. .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
  110. .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
  111. .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
  112. .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`