#include <Command.h>
类 carla::rpc::Command::SpawnActor 继承关系图:
carla::rpc::Command::SpawnActor 的协作图:Public 成员函数 | |
| MSGPACK_DEFINE_ARRAY (description, transform, parent, attachment_type, socket_name, do_after) | |
| SpawnActor ()=default | |
| SpawnActor (ActorDescription description, const geom::Transform &transform) | |
| SpawnActor (ActorDescription description, const geom::Transform &transform, ActorId parent) | |
| SpawnActor (ActorDescription description, const geom::Transform &transform, ActorId parent, AttachmentType attachment_type, const std::string &bone) | |
Public 成员函数 继承自 carla::rpc::Command::CommandBase< SpawnActor > | |
| operator Command () const | |
Public 属性 | |
| AttachmentType | attachment_type |
| ActorDescription | description |
| std::vector< Command > | do_after |
| boost::optional< ActorId > | parent |
| std::string | socket_name |
| geom::Transform | transform |
|
default |
|
inline |
|
inline |
|
inline |
| carla::rpc::Command::SpawnActor::MSGPACK_DEFINE_ARRAY | ( | description | , |
| transform | , | ||
| parent | , | ||
| attachment_type | , | ||
| socket_name | , | ||
| do_after | |||
| ) |
| AttachmentType carla::rpc::Command::SpawnActor::attachment_type |
| ActorDescription carla::rpc::Command::SpawnActor::description |
| geom::Transform carla::rpc::Command::SpawnActor::transform |