Definition at line 23 of file DebugShapeDrawer.cpp.
◆ Shape
◆ FShapeVisitor()
FShapeVisitor::FShapeVisitor |
( |
UWorld & |
InWorld, |
|
|
FColor |
InColor, |
|
|
float |
InLifeTime, |
|
|
bool |
bInPersistentLines |
|
) |
| |
|
inline |
◆ operator()() [1/5]
void FShapeVisitor::operator() |
( |
const Shape::Point & |
Point | ) |
const |
|
inline |
◆ operator()() [2/5]
void FShapeVisitor::operator() |
( |
const Shape::Line & |
Line | ) |
const |
|
inline |
◆ operator()() [3/5]
void FShapeVisitor::operator() |
( |
const Shape::Arrow & |
Arrow | ) |
const |
|
inline |
Definition at line 71 of file DebugShapeDrawer.cpp.
References carla::rpc::DebugShape::Arrow::arrow_size, carla::rpc::DebugShape::Line::begin, Color, DepthPriority, carla::rpc::DebugShape::Line::end, UCarlaStatics::GetLargeMapManager(), ALargeMapManager::GlobalToLocalLocation(), LifeTime, carla::rpc::DebugShape::Arrow::line, carla::rpc::DebugShape::Line::thickness, and World.
◆ operator()() [4/5]
void FShapeVisitor::operator() |
( |
const Shape::Box & |
Box | ) |
const |
|
inline |
Definition at line 129 of file DebugShapeDrawer.cpp.
References carla::rpc::DebugShape::Box::box, Color, DepthPriority, carla::geom::BoundingBox::extent, UCarlaStatics::GetLargeMapManager(), ALargeMapManager::GlobalToLocalTransform(), LifeTime, carla::geom::BoundingBox::location, carla::rpc::DebugShape::Box::rotation, carla::rpc::DebugShape::Box::thickness, World, carla::geom::Vector3D::x, carla::geom::Vector3D::y, and carla::geom::Vector3D::z.
◆ operator()() [5/5]
void FShapeVisitor::operator() |
( |
const Shape::String & |
Str | ) |
const |
|
inline |
◆ bPersistentLines
bool FShapeVisitor::bPersistentLines |
|
private |
◆ BrightMultiplier
constexpr double FShapeVisitor::BrightMultiplier = 1.0 |
|
staticprivate |
◆ Color
FLinearColor FShapeVisitor::Color |
|
private |
◆ DepthPriority
uint8 FShapeVisitor::DepthPriority = SDPG_World |
|
private |
◆ LifeTime
float FShapeVisitor::LifeTime |
|
private |
◆ World
UWorld* FShapeVisitor::World |
|
private |
The documentation for this struct was generated from the following file: