Skip to content

WIP: Feature/#415 use resource pointer directly as component

Jan Delember requested to merge feature/#415_ResourcePointer_cCmponent into master

We use ResourcePointers directly instead of through HandleComponents which only wrap the resource pointer.

Please take a close look. I needed to declare the copy constructor and operator of Component from delete to default. That should in general be no problem, since we store the components within the entities in unique_ptr what makes them non-copyable.

Edited by Jan Delember

Merge request reports