#include <DebugShapeDrawer.h>
Public Member Functions | |
void | Draw (const carla::rpc::DebugShape &Shape) |
FDebugShapeDrawer (UWorld &InWorld) | |
Private Attributes | |
UWorld & | World |
Definition at line 13 of file DebugShapeDrawer.h.
|
inlineexplicit |
Definition at line 17 of file DebugShapeDrawer.h.
void FDebugShapeDrawer::Draw | ( | const carla::rpc::DebugShape & | Shape | ) |
Definition at line 236 of file DebugShapeDrawer.cpp.
References carla::rpc::DebugShape::color, FShapeVisitor::FShapeVisitor(), carla::rpc::DebugShape::life_time, carla::rpc::DebugShape::persistent_lines, carla::rpc::DebugShape::primitive, and FShapeVisitor::World.
Referenced by FCarlaServer::FPimpl::BindActions().
|
private |
Definition at line 23 of file DebugShapeDrawer.h.