insert<T> method
Queues inserting component of type T onto entity.
Implementation
void insert<T>(Entity entity, T component) {
_push(_opInsert, entity, component, T);
}
Queues inserting component of type T onto entity.
void insert<T>(Entity entity, T component) {
_push(_opInsert, entity, component, T);
}