Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Debug
Commands
Lighting
SetLightColorCommand.h
1
// Copyright eeGeo Ltd (2012-2014), All Rights Reserved
2
3
#pragma once
4
5
#include "Command.h"
6
#include "Commands.h"
7
#include "LightingCommand.h"
8
#include "ThemeStateController.h"
9
10
namespace
Eegeo
11
{
12
namespace
Debug
13
{
14
namespace
Commands
15
{
16
namespace
Lighting
17
{
18
class
SetLightColorCommand
:
public
LightingCommand
19
{
20
public
:
21
SetLightColorCommand
(
Resources::CityThemes::ThemeStateController
& themeStateController);
22
23
bool
TryExecute(
const
std::vector<std::string>& arguments,
24
const
ICommandTerminalOutput
& commandTerminal)
const
;
25
26
private
:
27
void
SetLightColor(Eegeo::Lighting::LightDirectionType lightType,
const
v4
& lightColor)
const
;
28
};
29
}
30
}
31
}
32
}
Generated on Sat Jun 10 2023 02:00:29 for eeGeo Platform SDK by
1.8.3.1