Urho3D::TrailPoint Struct Reference
Urho3D::TrailPoint Struct Reference
Trail is consisting of series of tails. Two connected points make a tail. More...
#include <Urho3D/Graphics/RibbonTrail.h>
Collaboration diagram for Urho3D::TrailPoint:
Public Attributes | |
Vector3 | position_ |
Position. | |
Vector3 | forward_ |
Forward vector. | |
Vector3 | parentPos_ |
Parent position. Trail bone type uses this. | |
float | elapsedLength_ |
Elapsed length inside the trail. | |
TrailPoint * | next_ |
Next point to make a tail. | |
float | lifetime_ |
Tail time to live. | |
float | sortDistance_ |
Distance for sorting. | |
Detailed Description
Trail is consisting of series of tails. Two connected points make a tail.
The documentation for this struct was generated from the following file:
- Source/Urho3D/Graphics/RibbonTrail.h