#include "Carla.h"
#include "Tagger.h"
#include "TaggedComponent.h"
#include "Vehicle/CarlaWheeledVehicle.h"
#include "Components/SkeletalMeshComponent.h"
#include "Components/StaticMeshComponent.h"
#include "Engine/SkeletalMesh.h"
#include "Engine/StaticMesh.h"
#include "EngineUtils.h"
#include "PhysicsEngine/PhysicsAsset.h"
宏定义 | |
#define | CARLA_GET_LABEL_STR(lbl) case crp::CityObjectLabel:: lbl : return TEXT(#lbl); |
函数 | |
template<typename T > | |
static auto | CastEnum (T label) |
#define CARLA_GET_LABEL_STR | ( | lbl | ) | case crp::CityObjectLabel:: lbl : return TEXT(#lbl); |
|
static |
在文件 Tagger.cpp 第 17 行定义.
被这些函数引用 ATagger::GetActorLabelColor() , 以及 ATagger::SetStencilValue().