Trail3D🔗

Inherits: MeshInstance3D

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

Properties🔗

bool

_trail_enabled

true

float

_start_width

0.5

float

_end_width

0.0

float

_scaling_acceleration

0.5

float

_motion_delta

0.1

float

_lifespan

1.0

Color

_start_color

Color(1, 1, 1, 1)

Color

_end_color

Color(1, 1, 1, 1)

Vector3

_previous_position

Array

_points

Methods🔗

void

_append_point()

void

_ready()

void

_process(delta: float)

void

_update_lifespans(delta: float)

void

_render_trail()


Property Descriptions🔗

bool _trail_enabled = true 🔗

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


float _start_width = 0.5 🔗

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


float _end_width = 0.0 🔗

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


float _scaling_acceleration = 0.5 🔗

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


float _motion_delta = 0.1 🔗

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


float _lifespan = 1.0 🔗

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


Color _start_color = Color(1, 1, 1, 1) 🔗

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


Color _end_color = Color(1, 1, 1, 1) 🔗

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


Vector3 _previous_position 🔗

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


Array _points 🔗

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


Method Descriptions🔗

void _append_point() 🔗

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


void _ready() 🔗

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


void _process(delta: float) 🔗

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


void _update_lifespans(delta: float) 🔗

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


void _render_trail() 🔗

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