Grindstone Game Engine
v0.2.0
An open source game engine and toolkit.
Loading...
Searching...
No Matches
MeshComponent.hpp
1
#pragma once
2
3
#include <string>
4
#include <vector>
5
#include "EngineCore/Reflection/ComponentReflection.hpp"
6
#include "../Assets/Mesh3dAsset.hpp"
7
8
namespace
Grindstone {
9
struct
MeshComponent
{
10
AssetReference<Mesh3dAsset>
mesh;
11
REFLECT(
"Mesh"
)
12
};
13
}
Grindstone::AssetReference
Definition
AssetReference.hpp:45
Grindstone::MeshComponent
Definition
MeshComponent.hpp:9
sources
code
Plugins
Renderables3D
Components
MeshComponent.hpp
Generated by
1.13.2