Add ComponentBundle #221
AndreaCatania
started this conversation in
Ideas & Proposals
Replies: 1 comment
-
Moving the proposal to discussions to keep the issue just for things to fix. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The
ComponentBundle
is a collection ofComponent
; it can be added to anEntity
: all the containedComponent
s are added to thatEntity
.This is useful to speed-up
Entity
composition, for standard things likeRigidBody
,Meshes
, etc... .Beta Was this translation helpful? Give feedback.
All reactions