#include "Carla.h"
#include "CityMapMeshHolder.h"
#include "Engine/StaticMeshActor.h"
#include "Components/InstancedStaticMeshComponent.h"
#include "Engine/StaticMesh.h"
#include <vector>
#include "Settings/CarlaSettings.h"
#include "Game/CarlaGameInstance.h"
#include "Kismet/KismetSystemLibrary.h"
类型定义 | |
using | tag_size_t = std::underlying_type<ECityMapMeshTag>::type |
变量 | |
static constexpr tag_size_t | NUMBER_OF_TAGS = CityMapMeshTag::GetNumberOfTags() |
using tag_size_t = std::underlying_type<ECityMapMeshTag>::type |
在文件 CityMapMeshHolder.cpp 第 18 行定义.
|
staticconstexpr |
在文件 CityMapMeshHolder.cpp 第 20 行定义.