-
Notifications
You must be signed in to change notification settings - Fork 246
lib.point.generate.PointTrail
Thomas Mann edited this page Sep 5, 2025
·
4 revisions
Same as [PointTrail] with added internal features for [DrawBillboards] Keeps previous copies of points in a cycling buffer that can be used to draw trails and other effects.
Can be used with [DrawPoints] [DrawLines] [DrawBillboards] and similar
| Name (Relevancy & Type) | Description |
|---|---|
| GPoints (BufferWithViewsRequired) | Point input |
| TrailLength (Int32) | Defines the length of the trail by the amount of points added |
| WriteTrailOrderTo (Int32) | - |
| IsEnabled (Boolean) | Enables / disables the trail |
| Reset (Boolean) | Resets the trail when clicked |
| WriteLineSeparators (Boolean) | - |
| Name | Type |
|---|---|
| OutBuffer | T3.Core.DataTypes.BufferWithViews |
⚠ Everything else is automatically generated and will be overwritten regularly.