Defines a stage of a semaphor with a State and the time this state lasts 更多...
#include <TrafficLightController.h>
Public 属性 | |
ETrafficLightState | State |
float | Time |
Defines a stage of a semaphor with a State and the time this state lasts
在文件 TrafficLightController.h 第 22 行定义.
ETrafficLightState FTrafficLightStage::State |
在文件 TrafficLightController.h 第 30 行定义.
float FTrafficLightStage::Time |
在文件 TrafficLightController.h 第 27 行定义.
被这些函数引用 UTrafficLightController::NextState().