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: