Closed zackthehuman closed 8 years ago
This PR enables the ability to create a component-wise clone of an entity. Each component is copy-constructed by using the existing assign_from_copy method.
assign_from_copy
A test has been added which shows that the component is copied but is unique.
This implements the feature requested in #126.
Thanks!
This PR enables the ability to create a component-wise clone of an entity. Each component is copy-constructed by using the existing
assign_from_copy
method.A test has been added which shows that the component is copied but is unique.
This implements the feature requested in #126.