|
Capycore Engine
0.1.0
A simple and lightweight game engine written in C++ based on the Unity API architecture.
|
#include <engine/public/component.h>#include <engine/public/gameObject.h>#include <functional>#include <optional>#include <stdexcept>Go to the source code of this file.
Classes | |
| class | Behavior |
| Base class for defining logic that can be attached to Components, similar to Unity's MonoBehaviour. More... | |