|
Colobot
|
Interface for objects that can draw wheel trace (at the moment, all movable objects). More...
#include <src/object/interface/trace_drawing_object.h>

Public Member Functions | |
| CTraceDrawingObject (ObjectInterfaceTypes &types) | |
| virtual void | SetTraceDown (bool down)=0 |
| Put the drawing pencil down. | |
| virtual bool | GetTraceDown ()=0 |
| Is the pencil down? | |
| virtual void | SetTraceColor (TraceColor color)=0 |
| Set color of the trace. | |
| virtual TraceColor | GetTraceColor ()=0 |
| Return color of the trace. | |
| virtual void | SetTraceWidth (float width)=0 |
| Set trace width. | |
| virtual float | GetTraceWidth ()=0 |
| Return trace width. | |
Interface for objects that can draw wheel trace (at the moment, all movable objects).
|
pure virtual |
Put the drawing pencil down.
Implemented in COldObject.
|
pure virtual |
Is the pencil down?
Implemented in COldObject.
|
pure virtual |
Set color of the trace.
Implemented in COldObject.
|
pure virtual |
Return color of the trace.
Implemented in COldObject.
|
pure virtual |
Set trace width.
Implemented in COldObject.
|
pure virtual |
Return trace width.
Implemented in COldObject.