Up to date
This page is up to date for Godot 4.0
. If you still find outdated information, please open an issue.
TubeTrailMesh
Inherits: PrimitiveMesh < Mesh < Resource < RefCounted < Object
There is currently no description for this class. Please help us by contributing one!
Properties
| ||
| ||
| ||
| ||
| ||
| ||
|
Property Descriptions
bool cap_bottom = true
If true
, generates a cap at the bottom of the tube. This can be set to false
to speed up generation and rendering when the cap is never seen by the camera.
bool cap_top = true
If true
, generates a cap at the top of the tube. This can be set to false
to speed up generation and rendering when the cap is never seen by the camera.
Curve curve
There is currently no description for this property. Please help us by contributing one!
int radial_steps = 8
There is currently no description for this property. Please help us by contributing one!
float radius = 0.5
There is currently no description for this property. Please help us by contributing one!
float section_length = 0.2
There is currently no description for this property. Please help us by contributing one!
int section_rings = 3
There is currently no description for this property. Please help us by contributing one!
int sections = 5
There is currently no description for this property. Please help us by contributing one!