|
Godot Nature of Code
1.2.0
Nature of Code implemented in Godot Engine
|
Simple trail drawing. More...
Inherits Line2D.
Public Member Functions | |
| SimpleTrail () | |
| Create a simple purple trail with a 2.5px width. More... | |
Public Attributes | |
| int | PointCount = 50 |
| Point count More... | |
| Color | TrailColor = Colors.Purple |
| Trail color More... | |
| Node2D | Target |
| Target node More... | |
Simple trail drawing.
Definition at line 8 of file SimpleTrail.cs.
|
inline |
Create a simple purple trail with a 2.5px width.
Definition at line 22 of file SimpleTrail.cs.
| int Drawing.SimpleTrail.PointCount = 50 |
Point count
Definition at line 11 of file SimpleTrail.cs.
| Node2D Drawing.SimpleTrail.Target |
Target node
Definition at line 17 of file SimpleTrail.cs.
| Color Drawing.SimpleTrail.TrailColor = Colors.Purple |
Trail color
Definition at line 14 of file SimpleTrail.cs.