CS4850 Final Project
Loading...
Searching...
No Matches
ComponentType.hpp
1
#pragma once
2
3
enum class
ComponentType :
short
{
4
TextureComponent
,
5
TransformComponent
,
6
Collision2DComponent
,
7
};
8
Collision2DComponent
A component that represents a 2D collision box.
Definition
Collision2DComponent.hpp:12
TextureComponent
A component that represents a texture.
Definition
TextureComponent.hpp:16
TransformComponent
A component that represents a 2D transformation.
Definition
TransformComponent.hpp:12
Generated by
1.10.0