123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- :github_url: hide
- .. Generated automatically by doc/tools/make_rst.py in Godot's source tree.
- .. DO NOT EDIT THIS FILE, but the TubeTrailMesh.xml source instead.
- .. The source is found in doc/classes or modules/<name>/doc_classes.
- .. _class_TubeTrailMesh:
- TubeTrailMesh
- =============
- **Inherits:** :ref:`PrimitiveMesh<class_PrimitiveMesh>` **<** :ref:`Mesh<class_Mesh>` **<** :ref:`Resource<class_Resource>` **<** :ref:`RefCounted<class_RefCounted>` **<** :ref:`Object<class_Object>`
- Properties
- ----------
- +---------------------------+--------------------------------------------------------------------+---------+
- | :ref:`Curve<class_Curve>` | :ref:`curve<class_TubeTrailMesh_property_curve>` | |
- +---------------------------+--------------------------------------------------------------------+---------+
- | :ref:`int<class_int>` | :ref:`radial_steps<class_TubeTrailMesh_property_radial_steps>` | ``8`` |
- +---------------------------+--------------------------------------------------------------------+---------+
- | :ref:`float<class_float>` | :ref:`radius<class_TubeTrailMesh_property_radius>` | ``1.0`` |
- +---------------------------+--------------------------------------------------------------------+---------+
- | :ref:`float<class_float>` | :ref:`section_length<class_TubeTrailMesh_property_section_length>` | ``0.2`` |
- +---------------------------+--------------------------------------------------------------------+---------+
- | :ref:`int<class_int>` | :ref:`section_rings<class_TubeTrailMesh_property_section_rings>` | ``3`` |
- +---------------------------+--------------------------------------------------------------------+---------+
- | :ref:`int<class_int>` | :ref:`sections<class_TubeTrailMesh_property_sections>` | ``5`` |
- +---------------------------+--------------------------------------------------------------------+---------+
- Property Descriptions
- ---------------------
- .. _class_TubeTrailMesh_property_curve:
- - :ref:`Curve<class_Curve>` **curve**
- +----------+------------------+
- | *Setter* | set_curve(value) |
- +----------+------------------+
- | *Getter* | get_curve() |
- +----------+------------------+
- ----
- .. _class_TubeTrailMesh_property_radial_steps:
- - :ref:`int<class_int>` **radial_steps**
- +-----------+-------------------------+
- | *Default* | ``8`` |
- +-----------+-------------------------+
- | *Setter* | set_radial_steps(value) |
- +-----------+-------------------------+
- | *Getter* | get_radial_steps() |
- +-----------+-------------------------+
- ----
- .. _class_TubeTrailMesh_property_radius:
- - :ref:`float<class_float>` **radius**
- +-----------+-------------------+
- | *Default* | ``1.0`` |
- +-----------+-------------------+
- | *Setter* | set_radius(value) |
- +-----------+-------------------+
- | *Getter* | get_radius() |
- +-----------+-------------------+
- ----
- .. _class_TubeTrailMesh_property_section_length:
- - :ref:`float<class_float>` **section_length**
- +-----------+---------------------------+
- | *Default* | ``0.2`` |
- +-----------+---------------------------+
- | *Setter* | set_section_length(value) |
- +-----------+---------------------------+
- | *Getter* | get_section_length() |
- +-----------+---------------------------+
- ----
- .. _class_TubeTrailMesh_property_section_rings:
- - :ref:`int<class_int>` **section_rings**
- +-----------+--------------------------+
- | *Default* | ``3`` |
- +-----------+--------------------------+
- | *Setter* | set_section_rings(value) |
- +-----------+--------------------------+
- | *Getter* | get_section_rings() |
- +-----------+--------------------------+
- ----
- .. _class_TubeTrailMesh_property_sections:
- - :ref:`int<class_int>` **sections**
- +-----------+---------------------+
- | *Default* | ``5`` |
- +-----------+---------------------+
- | *Setter* | set_sections(value) |
- +-----------+---------------------+
- | *Getter* | get_sections() |
- +-----------+---------------------+
- .. |virtual| replace:: :abbr:`virtual (This method should typically be overridden by the user to have any effect.)`
- .. |const| replace:: :abbr:`const (This method has no side effects. It doesn't modify any of the instance's member variables.)`
- .. |vararg| replace:: :abbr:`vararg (This method accepts any number of arguments after the ones described here.)`
- .. |constructor| replace:: :abbr:`constructor (This method is used to construct a type.)`
- .. |static| replace:: :abbr:`static (This method doesn't need an instance to be called, so it can be called directly using the class name.)`
- .. |operator| replace:: :abbr:`operator (This method describes a valid operator to use with this type as left-hand operand.)`
|