SMACC2
|
Public Attributes | |
double | duration |
The duration time to flash (in seconds). More... | |
double | interval |
The interval time between flashing (in seconds). When it is zero, the light is constant. More... | |
ignition::math::Color | color |
The color of light. More... | |
Definition at line 39 of file FlashLightPlugin.cc.
ignition::math::Color smacc2::Block::color |
The color of light.
Definition at line 49 of file FlashLightPlugin.cc.
double smacc2::Block::duration |
The duration time to flash (in seconds).
Definition at line 42 of file FlashLightPlugin.cc.
double smacc2::Block::interval |
The interval time between flashing (in seconds). When it is zero, the light is constant.
Definition at line 46 of file FlashLightPlugin.cc.