alecthomas / entityx

EntityX - A fast, type-safe C++ Entity-Component system
MIT License
2.21k stars 295 forks source link

Is it possible to move a component from one entity to another one? #172

Closed devxkh closed 7 years ago

devxkh commented 7 years ago

Is it possible to move a component from one entity to another one?

No copying .. ->, moving like a pointer. :)

devxkh commented 7 years ago

forget that question :) Its just not possible ...