CARLA
 
载入中...
搜索中...
未找到
宏定义 | 枚举
CarlaLight.h 文件参考
#include <compiler/disable-ue4-macros.h>
#include <carla/rpc/LightState.h>
#include <compiler/enable-ue4-macros.h>
#include "CoreMinimal.h"
#include "Components/ActorComponent.h"
#include "CarlaLight.generated.h"
+ CarlaLight.h 的引用(Include)关系图:
+ 此图展示该文件直接或间接的被哪些文件引用了:

浏览源代码.

宏定义

#define CARLA_ENUM_FROM_RPC(e)   static_cast<uint8>(carla::rpc::LightState::LightGroup:: e)
 

枚举

enum class  ELightType : uint8 {
  Null = 0 , Vehicle = CARLA_ENUM_FROM_RPC(Vehicle) UMETA(DisplayName = "Vehicle") , Street = CARLA_ENUM_FROM_RPC(Street) UMETA(DisplayName = "Street") , Building = CARLA_ENUM_FROM_RPC(Building) UMETA(DisplayName = "Building") ,
  Other = CARLA_ENUM_FROM_RPC(Other) UMETA(DisplayName = "Other")
}
 

宏定义说明

◆ CARLA_ENUM_FROM_RPC

#define CARLA_ENUM_FROM_RPC ( e)    static_cast<uint8>(carla::rpc::LightState::LightGroup:: e)

在文件 CarlaLight.h19 行定义.

枚举类型说明

◆ ELightType

enum class ELightType : uint8
strong
枚举值
Null 
Vehicle 
Street 
Building 
Other 

在文件 CarlaLight.h22 行定义.