Up to date

This page is up to date for Godot 4.0. If you still find outdated information, please open an issue.

RibbonTrailMesh

Inherits: PrimitiveMesh < Mesh < Resource < RefCounted < Object

There is currently no description for this class. Please help us by contributing one!

Properties

Curve

curve

float

section_length

0.2

int

section_segments

3

int

sections

5

Shape

shape

1

float

size

1.0


Enumerations

enum Shape:

Shape SHAPE_FLAT = 0

Shape SHAPE_CROSS = 1


Property Descriptions

Curve curve

  • void set_curve ( Curve value )

  • Curve get_curve ( )

There is currently no description for this property. Please help us by contributing one!


float section_length = 0.2

  • void set_section_length ( float value )

  • float get_section_length ( )

There is currently no description for this property. Please help us by contributing one!


int section_segments = 3

  • void set_section_segments ( int value )

  • int get_section_segments ( )

There is currently no description for this property. Please help us by contributing one!


int sections = 5

  • void set_sections ( int value )

  • int get_sections ( )

There is currently no description for this property. Please help us by contributing one!


Shape shape = 1

  • void set_shape ( Shape value )

  • Shape get_shape ( )

There is currently no description for this property. Please help us by contributing one!


float size = 1.0

  • void set_size ( float value )

  • float get_size ( )

There is currently no description for this property. Please help us by contributing one!