CARLA
Public Member Functions | Public Attributes | List of all members
CarlaRecorderLightScene Struct Reference

#include <CarlaRecorderLightScene.h>

+ Collaboration diagram for CarlaRecorderLightScene:

Public Member Functions

void Read (std::istream &InFile)
 
void Write (std::ostream &OutFile)
 

Public Attributes

bool bOn
 
FLinearColor Color
 
float Intensity
 
int LightId
 
uint8 Type
 

Detailed Description

Definition at line 14 of file CarlaRecorderLightScene.h.

Member Function Documentation

◆ Read()

void CarlaRecorderLightScene::Read ( std::istream &  InFile)

Definition at line 20 of file CarlaRecorderLightScene.cpp.

References bOn, Color, Intensity, LightId, and Type.

Referenced by CarlaReplayer::ProcessLightScene(), CarlaRecorderQuery::QueryInfo(), and CarlaRecorderLightScenes::Read().

+ Here is the caller graph for this function:

◆ Write()

void CarlaRecorderLightScene::Write ( std::ostream &  OutFile)

Definition at line 12 of file CarlaRecorderLightScene.cpp.

References bOn, Color, Intensity, LightId, and Type.

Member Data Documentation

◆ bOn

bool CarlaRecorderLightScene::bOn

◆ Color

FLinearColor CarlaRecorderLightScene::Color

◆ Intensity

float CarlaRecorderLightScene::Intensity

◆ LightId

int CarlaRecorderLightScene::LightId

◆ Type

uint8 CarlaRecorderLightScene::Type

The documentation for this struct was generated from the following files: