mirror of
https://github.com/godotengine/godot-docs.git
synced 2026-01-04 14:11:02 +03:00
classref: Sync with current master branch (f87858a8f)
This commit is contained in:
@@ -16,140 +16,173 @@ RibbonTrailMesh
|
||||
|
||||
There is currently no description for this class. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
|
||||
.. rst-class:: classref-reftable-group
|
||||
|
||||
Properties
|
||||
----------
|
||||
|
||||
+------------------------------------------+--------------------------------------------------------------------------+---------+
|
||||
| :ref:`Curve<class_Curve>` | :ref:`curve<class_RibbonTrailMesh_property_curve>` | |
|
||||
+------------------------------------------+--------------------------------------------------------------------------+---------+
|
||||
| :ref:`float<class_float>` | :ref:`section_length<class_RibbonTrailMesh_property_section_length>` | ``0.2`` |
|
||||
+------------------------------------------+--------------------------------------------------------------------------+---------+
|
||||
| :ref:`int<class_int>` | :ref:`section_segments<class_RibbonTrailMesh_property_section_segments>` | ``3`` |
|
||||
+------------------------------------------+--------------------------------------------------------------------------+---------+
|
||||
| :ref:`int<class_int>` | :ref:`sections<class_RibbonTrailMesh_property_sections>` | ``5`` |
|
||||
+------------------------------------------+--------------------------------------------------------------------------+---------+
|
||||
| :ref:`Shape<enum_RibbonTrailMesh_Shape>` | :ref:`shape<class_RibbonTrailMesh_property_shape>` | ``1`` |
|
||||
+------------------------------------------+--------------------------------------------------------------------------+---------+
|
||||
| :ref:`float<class_float>` | :ref:`size<class_RibbonTrailMesh_property_size>` | ``1.0`` |
|
||||
+------------------------------------------+--------------------------------------------------------------------------+---------+
|
||||
.. table::
|
||||
:widths: auto
|
||||
|
||||
+------------------------------------------+--------------------------------------------------------------------------+---------+
|
||||
| :ref:`Curve<class_Curve>` | :ref:`curve<class_RibbonTrailMesh_property_curve>` | |
|
||||
+------------------------------------------+--------------------------------------------------------------------------+---------+
|
||||
| :ref:`float<class_float>` | :ref:`section_length<class_RibbonTrailMesh_property_section_length>` | ``0.2`` |
|
||||
+------------------------------------------+--------------------------------------------------------------------------+---------+
|
||||
| :ref:`int<class_int>` | :ref:`section_segments<class_RibbonTrailMesh_property_section_segments>` | ``3`` |
|
||||
+------------------------------------------+--------------------------------------------------------------------------+---------+
|
||||
| :ref:`int<class_int>` | :ref:`sections<class_RibbonTrailMesh_property_sections>` | ``5`` |
|
||||
+------------------------------------------+--------------------------------------------------------------------------+---------+
|
||||
| :ref:`Shape<enum_RibbonTrailMesh_Shape>` | :ref:`shape<class_RibbonTrailMesh_property_shape>` | ``1`` |
|
||||
+------------------------------------------+--------------------------------------------------------------------------+---------+
|
||||
| :ref:`float<class_float>` | :ref:`size<class_RibbonTrailMesh_property_size>` | ``1.0`` |
|
||||
+------------------------------------------+--------------------------------------------------------------------------+---------+
|
||||
|
||||
.. rst-class:: classref-section-separator
|
||||
|
||||
----
|
||||
|
||||
.. rst-class:: classref-descriptions-group
|
||||
|
||||
Enumerations
|
||||
------------
|
||||
|
||||
.. _enum_RibbonTrailMesh_Shape:
|
||||
|
||||
.. _class_RibbonTrailMesh_constant_SHAPE_FLAT:
|
||||
|
||||
.. _class_RibbonTrailMesh_constant_SHAPE_CROSS:
|
||||
.. rst-class:: classref-enumeration
|
||||
|
||||
enum **Shape**:
|
||||
|
||||
- **SHAPE_FLAT** = **0**
|
||||
.. _class_RibbonTrailMesh_constant_SHAPE_FLAT:
|
||||
|
||||
- **SHAPE_CROSS** = **1**
|
||||
.. rst-class:: classref-enumeration-constant
|
||||
|
||||
:ref:`Shape<enum_RibbonTrailMesh_Shape>` **SHAPE_FLAT** = ``0``
|
||||
|
||||
|
||||
|
||||
.. _class_RibbonTrailMesh_constant_SHAPE_CROSS:
|
||||
|
||||
.. rst-class:: classref-enumeration-constant
|
||||
|
||||
:ref:`Shape<enum_RibbonTrailMesh_Shape>` **SHAPE_CROSS** = ``1``
|
||||
|
||||
|
||||
|
||||
.. rst-class:: classref-section-separator
|
||||
|
||||
----
|
||||
|
||||
.. rst-class:: classref-descriptions-group
|
||||
|
||||
Property Descriptions
|
||||
---------------------
|
||||
|
||||
.. _class_RibbonTrailMesh_property_curve:
|
||||
|
||||
- :ref:`Curve<class_Curve>` **curve**
|
||||
.. rst-class:: classref-property
|
||||
|
||||
+----------+------------------+
|
||||
| *Setter* | set_curve(value) |
|
||||
+----------+------------------+
|
||||
| *Getter* | get_curve() |
|
||||
+----------+------------------+
|
||||
:ref:`Curve<class_Curve>` **curve**
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
- void **set_curve** **(** :ref:`Curve<class_Curve>` value **)**
|
||||
- :ref:`Curve<class_Curve>` **get_curve** **(** **)**
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
----
|
||||
|
||||
.. _class_RibbonTrailMesh_property_section_length:
|
||||
|
||||
- :ref:`float<class_float>` **section_length**
|
||||
.. rst-class:: classref-property
|
||||
|
||||
+-----------+---------------------------+
|
||||
| *Default* | ``0.2`` |
|
||||
+-----------+---------------------------+
|
||||
| *Setter* | set_section_length(value) |
|
||||
+-----------+---------------------------+
|
||||
| *Getter* | get_section_length() |
|
||||
+-----------+---------------------------+
|
||||
:ref:`float<class_float>` **section_length** = ``0.2``
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
- void **set_section_length** **(** :ref:`float<class_float>` value **)**
|
||||
- :ref:`float<class_float>` **get_section_length** **(** **)**
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
----
|
||||
|
||||
.. _class_RibbonTrailMesh_property_section_segments:
|
||||
|
||||
- :ref:`int<class_int>` **section_segments**
|
||||
.. rst-class:: classref-property
|
||||
|
||||
+-----------+-----------------------------+
|
||||
| *Default* | ``3`` |
|
||||
+-----------+-----------------------------+
|
||||
| *Setter* | set_section_segments(value) |
|
||||
+-----------+-----------------------------+
|
||||
| *Getter* | get_section_segments() |
|
||||
+-----------+-----------------------------+
|
||||
:ref:`int<class_int>` **section_segments** = ``3``
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
- void **set_section_segments** **(** :ref:`int<class_int>` value **)**
|
||||
- :ref:`int<class_int>` **get_section_segments** **(** **)**
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
----
|
||||
|
||||
.. _class_RibbonTrailMesh_property_sections:
|
||||
|
||||
- :ref:`int<class_int>` **sections**
|
||||
.. rst-class:: classref-property
|
||||
|
||||
+-----------+---------------------+
|
||||
| *Default* | ``5`` |
|
||||
+-----------+---------------------+
|
||||
| *Setter* | set_sections(value) |
|
||||
+-----------+---------------------+
|
||||
| *Getter* | get_sections() |
|
||||
+-----------+---------------------+
|
||||
:ref:`int<class_int>` **sections** = ``5``
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
- void **set_sections** **(** :ref:`int<class_int>` value **)**
|
||||
- :ref:`int<class_int>` **get_sections** **(** **)**
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
----
|
||||
|
||||
.. _class_RibbonTrailMesh_property_shape:
|
||||
|
||||
- :ref:`Shape<enum_RibbonTrailMesh_Shape>` **shape**
|
||||
.. rst-class:: classref-property
|
||||
|
||||
+-----------+------------------+
|
||||
| *Default* | ``1`` |
|
||||
+-----------+------------------+
|
||||
| *Setter* | set_shape(value) |
|
||||
+-----------+------------------+
|
||||
| *Getter* | get_shape() |
|
||||
+-----------+------------------+
|
||||
:ref:`Shape<enum_RibbonTrailMesh_Shape>` **shape** = ``1``
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
- void **set_shape** **(** :ref:`Shape<enum_RibbonTrailMesh_Shape>` value **)**
|
||||
- :ref:`Shape<enum_RibbonTrailMesh_Shape>` **get_shape** **(** **)**
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
There is currently no description for this property. Please help us by :ref:`contributing one <doc_updating_the_class_reference>`!
|
||||
|
||||
.. rst-class:: classref-item-separator
|
||||
|
||||
----
|
||||
|
||||
.. _class_RibbonTrailMesh_property_size:
|
||||
|
||||
- :ref:`float<class_float>` **size**
|
||||
.. rst-class:: classref-property
|
||||
|
||||
+-----------+-----------------+
|
||||
| *Default* | ``1.0`` |
|
||||
+-----------+-----------------+
|
||||
| *Setter* | set_size(value) |
|
||||
+-----------+-----------------+
|
||||
| *Getter* | get_size() |
|
||||
+-----------+-----------------+
|
||||
:ref:`float<class_float>` **size** = ``1.0``
|
||||
|
||||
.. rst-class:: classref-property-setget
|
||||
|
||||
- void **set_size** **(** :ref:`float<class_float>` value **)**
|
||||
- :ref:`float<class_float>` **get_size** **(** **)**
|
||||
|
||||
.. container:: contribute
|
||||
|
||||
|
||||
Reference in New Issue
Block a user