Add a way to chose the component storage type from scripting. #234
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.
Uh oh!
There was an error while loading. Please reload this page.
-
Add a way to chose the component storage type from scripting.
Each component can have different storages:
DenseVectorStorage
stores the components in a condensed vector.BatchDesenseVectorStorage
can store more components per each entity, in a condensed vector.You can:
Beta Was this translation helpful? Give feedback.
All reactions