|
Godot Nature of Code
1.2.0
Nature of Code implemented in Godot Engine
|
Simple static lines. Can be used to draw physics outlines. More...
Inherits StaticBody2D.
Inherited by Examples.Chapter5.C5Exercise3.WaveWall.
Public Member Functions | |
| SimpleStaticLines () | |
| Create empty outline. More... | |
| void | AddSegment (Vector2 start, Vector2 end) |
| Add a line segment. More... | |
Public Attributes | |
| Color | BaseColor = Colors.LightGoldenrod |
| Color More... | |
Simple static lines. Can be used to draw physics outlines.
Definition at line 11 of file SimpleStaticChain.cs.
|
inline |
Create empty outline.
Definition at line 23 of file SimpleStaticChain.cs.
|
inline |
Add a line segment.
| start | Start position |
| end | End position |
Definition at line 35 of file SimpleStaticChain.cs.
| Color Physics.SimpleStaticLines.BaseColor = Colors.LightGoldenrod |
Color
Definition at line 14 of file SimpleStaticChain.cs.