![]() |
Entitas
0.35.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
|
Public Member Functions | |
PoolMetaData (string poolName, string[] componentNames, Type[] componentTypes) | |
Public Attributes | |
readonly string | poolName |
readonly string [] | componentNames |
readonly Type [] | componentTypes |
The metaData contains information about the pool. It's used to provide better error messages.