#include <DebugShape.h>
Collaboration diagram for carla::rpc::DebugShape::String:Public Member Functions | |
| MSGPACK_DEFINE_ARRAY (location, text, draw_shadow) | |
Public Attributes | |
| bool | draw_shadow |
| geom::Location | location |
| std::string | text |
Definition at line 58 of file DebugShape.h.
| carla::rpc::DebugShape::String::MSGPACK_DEFINE_ARRAY | ( | location | , |
| text | , | ||
| draw_shadow | |||
| ) |
| bool carla::rpc::DebugShape::String::draw_shadow |
Definition at line 61 of file DebugShape.h.
| geom::Location carla::rpc::DebugShape::String::location |
Definition at line 59 of file DebugShape.h.
Referenced by FShapeVisitor::operator()().
| std::string carla::rpc::DebugShape::String::text |
Definition at line 60 of file DebugShape.h.
Referenced by FShapeVisitor::operator()().
1.8.13