insertBundle method
Inserts every component in bundle.
Implementation
WorldEntity insertBundle(Bundle bundle) => insertAll(bundle.components);
Inserts every component in bundle.
WorldEntity insertBundle(Bundle bundle) => insertAll(bundle.components);