| Urho3D
    | 
Debug rendering line. More...
#include </home/runner/work/Dviglo/Dviglo/DvigloRepository/Source/Urho3D/Graphics/DebugRenderer.h>
| Public Member Functions | |
| DebugLine ()=default | |
| Construct undefined. | |
| DebugLine (const Vector3 &start, const Vector3 &end, unsigned color) | |
| Construct with start and end positions and color. | |
| Public Attributes | |
| Vector3 | start_ | 
| Start position. | |
| Vector3 | end_ | 
| End position. | |
| unsigned | color_ {} | 
| Color. | |
Debug rendering line.
 1.8.17
 1.8.17