Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
platform
Unity
UnityLabelUpdateState.h
1
#pragma once
2
3
#include "VectorMath.h"
4
#include "Types.h"
5
6
namespace
Eegeo
7
{
8
namespace
Unity
9
{
10
struct
UnityLabelUpdateState
11
{
12
const
char
* labelId;
13
14
v4
textColor;
15
v2
textPosition;
16
double
textRotationAngleDegrees;
17
18
v4
iconColor;
19
v2
iconPosition;
20
double
iconRotationAngleDegrees;
21
};
22
}
23
}
Generated on Sat Jun 10 2023 02:00:34 for eeGeo Platform SDK by
1.8.3.1