Unravel Engine C++ Reference
Loading...
Searching...
No Matches
reflection_probe_component.hpp
Go to the documentation of this file.
1
#pragma once
2
#include <
engine/rendering/ecs/components/reflection_probe_component.h
>
3
#include <
reflection/reflection.h
>
4
#include <
serialization/serialization.h
>
5
6
namespace
unravel
7
{
8
SAVE_EXTERN
(
reflection_probe_component
);
9
LOAD_EXTERN
(
reflection_probe_component
);
10
REFLECT_EXTERN
(
reflection_probe_component
);
11
}
// namespace unravel
unravel::reflection_probe_component
Class that contains core reflection probe data, used for rendering and other purposes.
Definition
reflection_probe_component.h:19
unravel
Definition
crash.cpp:21
reflection.h
REFLECT_EXTERN
#define REFLECT_EXTERN(cls)
Definition
reflection.h:120
reflection_probe_component.h
serialization.h
LOAD_EXTERN
#define LOAD_EXTERN(cls)
Definition
serialization.h:106
SAVE_EXTERN
#define SAVE_EXTERN(cls)
Definition
serialization.h:102
UnravelEngine
UnravelEngine
engine
engine
meta
ecs
components
reflection_probe_component.hpp
Generated by
1.12.0