CARLA
Public Member Functions | Public Attributes | List of all members
carla::rpc::DebugShape::String Struct Reference

#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
 

Detailed Description

Definition at line 58 of file DebugShape.h.

Member Function Documentation

◆ MSGPACK_DEFINE_ARRAY()

carla::rpc::DebugShape::String::MSGPACK_DEFINE_ARRAY ( location  ,
text  ,
draw_shadow   
)

Member Data Documentation

◆ draw_shadow

bool carla::rpc::DebugShape::String::draw_shadow

Definition at line 61 of file DebugShape.h.

◆ location

geom::Location carla::rpc::DebugShape::String::location

Definition at line 59 of file DebugShape.h.

Referenced by FShapeVisitor::operator()().

◆ text

std::string carla::rpc::DebugShape::String::text

Definition at line 60 of file DebugShape.h.

Referenced by FShapeVisitor::operator()().


The documentation for this struct was generated from the following file: