: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//doc_classes. .. _class_TubeTrailMesh: TubeTrailMesh ============= **Inherits:** :ref:`PrimitiveMesh` **<** :ref:`Mesh` **<** :ref:`Resource` **<** :ref:`RefCounted` **<** :ref:`Object` Properties ---------- +---------------------------+--------------------------------------------------------------------+---------+ | :ref:`Curve` | :ref:`curve` | | +---------------------------+--------------------------------------------------------------------+---------+ | :ref:`int` | :ref:`radial_steps` | ``8`` | +---------------------------+--------------------------------------------------------------------+---------+ | :ref:`float` | :ref:`radius` | ``1.0`` | +---------------------------+--------------------------------------------------------------------+---------+ | :ref:`float` | :ref:`section_length` | ``0.2`` | +---------------------------+--------------------------------------------------------------------+---------+ | :ref:`int` | :ref:`section_rings` | ``3`` | +---------------------------+--------------------------------------------------------------------+---------+ | :ref:`int` | :ref:`sections` | ``5`` | +---------------------------+--------------------------------------------------------------------+---------+ Property Descriptions --------------------- .. _class_TubeTrailMesh_property_curve: - :ref:`Curve` **curve** +----------+------------------+ | *Setter* | set_curve(value) | +----------+------------------+ | *Getter* | get_curve() | +----------+------------------+ ---- .. _class_TubeTrailMesh_property_radial_steps: - :ref:`int` **radial_steps** +-----------+-------------------------+ | *Default* | ``8`` | +-----------+-------------------------+ | *Setter* | set_radial_steps(value) | +-----------+-------------------------+ | *Getter* | get_radial_steps() | +-----------+-------------------------+ ---- .. _class_TubeTrailMesh_property_radius: - :ref:`float` **radius** +-----------+-------------------+ | *Default* | ``1.0`` | +-----------+-------------------+ | *Setter* | set_radius(value) | +-----------+-------------------+ | *Getter* | get_radius() | +-----------+-------------------+ ---- .. _class_TubeTrailMesh_property_section_length: - :ref:`float` **section_length** +-----------+---------------------------+ | *Default* | ``0.2`` | +-----------+---------------------------+ | *Setter* | set_section_length(value) | +-----------+---------------------------+ | *Getter* | get_section_length() | +-----------+---------------------------+ ---- .. _class_TubeTrailMesh_property_section_rings: - :ref:`int` **section_rings** +-----------+--------------------------+ | *Default* | ``3`` | +-----------+--------------------------+ | *Setter* | set_section_rings(value) | +-----------+--------------------------+ | *Getter* | get_section_rings() | +-----------+--------------------------+ ---- .. _class_TubeTrailMesh_property_sections: - :ref:`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.)`