3 namespace Entitas.Serialization.Blueprints {
8 public string poolIdentifier;
16 this.poolIdentifier = poolIdentifier;
22 for (
int i = 0; i < allComponents.Length; i++) {
24 componentIndices[i], allComponents[i]
IComponent [] GetComponents()
Returns all added components.
int [] GetComponentIndices()
Returns all indices of added components.