Capycore Engine
0.1.0
A simple and lightweight game engine written in C++ based on the Unity API architecture.
Theme:
Default
Round
Robot
Loading...
Searching...
No Matches
IsComponent Concept Reference
#include <
component.h
>
Concept definition
template
<
typename
T>
concept
IsComponent
= std::is_base_of_v<Component, T>
IsComponent
Definition
component.h:122
IsComponent
Generated by
1.9.8