#include <DebugShape.h>
类 | |
struct | Arrow |
struct | Box |
struct | HUDArrow |
struct | HUDBox |
struct | HUDLine |
struct | HUDPoint |
struct | Line |
struct | Point |
struct | String |
Public 成员函数 | |
MSGPACK_DEFINE_ARRAY (primitive, color, life_time, persistent_lines) | |
Public 属性 | |
Color | color = {255u, 0u, 0u} |
float | life_time = -1.0f |
bool | persistent_lines = true |
boost::variant2::variant< Point, Line, Arrow, Box, String, HUDPoint, HUDLine, HUDArrow, HUDBox > | primitive |
在文件 DebugShape.h 第 29 行定义.
carla::rpc::DebugShape::MSGPACK_DEFINE_ARRAY | ( | primitive | , |
color | , | ||
life_time | , | ||
persistent_lines | ) |
Color carla::rpc::DebugShape::color = {255u, 0u, 0u} |
在文件 DebugShape.h 第 93 行定义.
被这些函数引用 FDebugShapeDrawer::Draw() , 以及 carla::client::detail::WalkerNavigation::UpdateVehiclesInCrowd().
float carla::rpc::DebugShape::life_time = -1.0f |
在文件 DebugShape.h 第 95 行定义.
被这些函数引用 FDebugShapeDrawer::Draw() , 以及 carla::client::detail::WalkerNavigation::UpdateVehiclesInCrowd().
bool carla::rpc::DebugShape::persistent_lines = true |
在文件 DebugShape.h 第 97 行定义.
被这些函数引用 FDebugShapeDrawer::Draw() , 以及 carla::client::detail::WalkerNavigation::UpdateVehiclesInCrowd().
boost::variant2::variant<Point, Line, Arrow, Box, String, HUDPoint, HUDLine, HUDArrow, HUDBox> carla::rpc::DebugShape::primitive |
在文件 DebugShape.h 第 91 行定义.
被这些函数引用 FDebugShapeDrawer::Draw() , 以及 carla::client::detail::WalkerNavigation::UpdateVehiclesInCrowd().