Entitas  0.35.0
Entitas is a super fast Entity Component System (ECS) Framework specifically made for C# and Unity
Public Member Functions | Public Attributes | List of all members
Entitas.PoolMetaData Class Reference

Public Member Functions

 PoolMetaData (string poolName, string[] componentNames, Type[] componentTypes)
 

Public Attributes

readonly string poolName
 
readonly string [] componentNames
 
readonly Type [] componentTypes
 

Detailed Description

The metaData contains information about the pool. It's used to provide better error messages.

Definition at line 442 of file Pool.cs.


The documentation for this class was generated from the following file: