insertBundle method

WorldEntity insertBundle(
  1. Bundle bundle
)

Inserts every component in bundle.

Implementation

WorldEntity insertBundle(Bundle bundle) => insertAll(bundle.components);