gohyperr / hecs

A high performance lightweight ECS with a plugin ecosystem!
MIT License
23 stars 1 forks source link

[hecs] Add entity.getByName #37

Closed canadaduane closed 1 year ago

canadaduane commented 3 years ago

Provides a way to get a component when only the name of the component is known.

Useful when synchronizing entities with incoming deltas, e.g. from the network.